ominate icon indicating copy to clipboard operation
ominate copied to clipboard

Library to animate Om components

Results 3 ominate issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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/

enhancement

The elastic-\* and bounce-\* easing functions return incorrect values. Need to double-check that the clojure code was correctly ported, or find alternative implementation.

bug