Choreographer-js

Avatar of Chris Coyier
Chris Coyier on

A new animation library by Christine Cha:

A simple library to take care of complex CSS animations.

You define the animations through its JavaScript API and execute them via DOM events, then the animation is done through applying inline CSS.

Seems to me it’s not so much for helping build complex CSS animations, but for doing animations through CSS that you can’t otherwise do, because you can’t get things like mouse or scroll position in CSS.

Direct Link →