ominate
ominate copied to clipboard
Library to animate Om components
Right now, the fade animation will retain its "last" frame after the animation completes, but the color-fade animation will reset to a "clean" state. Need the ability to let the...
The overlay-based animations should be purely visual and not interfere with interactivity of the animated components. This means that mouse events must not be captured by the overlay. http://caniuse.com/#feat=pointer-events http://www.vinylfox.com/forwarding-mouse-events-through-layers/
The elastic-\* and bounce-\* easing functions return incorrect values. Need to double-check that the clojure code was correctly ported, or find alternative implementation.