Runloop is a jQuery plugin for working with keyframe animations.
With Runloop, you can create run loops that repeat specific animations and functions.
The only limit is that steps (keyframes) have to happen in %5 intervals (%25; %50; %75; etc), and %10 intervals for animations less than 500ms.
Runloop is, for most, better than using jQuery’s animate(), because it allows for reusing vast amounts of code, and makes less hassle since there are no timing flaws when using it.












