Firmin, a JavaScript animation library using CSS transforms and transitions

Firmin, a JavaScript animation library using CSS transforms and transitions.

With all the benefits that CSS transforms and animations can offer -- namely better performance & lower power consuption -- it would make sense to wrap it in an API similar to what we've seen with other javascript APIs.

The animation of transform properties can be hardware accelerated because modifying them doesn’t force a reflow of the page; 

-- Extralogical.net

Related Posts