Monday 14 January 2013

Rekapi: Easily Create Animations Using A Keyframe Animation Library For JavaScript


Graphic designers that make online animations need to have a wide range of animation tools in their arsenal. Adding to the list of such tools is a highly useful web tool called Rekapi.

Rekapi is an animation library for JavaScript that depends on Underscore.js and Shifty.js. It can be used to make some really cool animations very easily.

The library can be used to make <canvas> and DOM animations. To give the API a try, you can play with it in a live sandbox online and create some animations. The DOM animations you make in Rekapi can also be exported to CSS3 @keyframes to improve performance. The site’s homepage has some sample animations made from Rekapi.

Features:

  • A user-friendly web tool.
  • Underscore.js and Shifty.js.
  • Lets you create <canvas> and DOM animations.
  • Can export animations to CSS3 @ keyframes.

Check out Rekapi @ www.rekapi.com

No comments:

Post a Comment