利用JavaScript实现Keyframe动画 – Rekapi

12年前
Rekapi is a library which brings keyframe animations to JavaScript. It allows us to define the objects, keyframes, animations and control the state of the scene (play, pause, stop).

Rekapi - JavaScript Keyframe Animations

The drawing of elements is not part of the library and that process can be accomplished by the favorite solution of each developer.

Also, Rekapi can export your DOM animations to CSS3 @keyframes for enhanced performance

It is very well documented, supports a wide list of browsers and works with Node.js too.