Frustrating CSS Animations

Leave a Reply

Comment as a guest.

  1. Hi Allen,
    You’re correct that the keyframes event hack does use setTimeout() but only when the more performant requestAnimationFrame() is not available.
    As more vendors implement this function the work around will perform much better.
    I also feel your pain on your last point – whilst it is possible to dynamically create new animations, its not so easy to modify existing ones!

Sliding Sidebar