reflex-animation alternatives and similar packages
Based on the "reflex" category.
Alternatively, view reflex-animation alternatives based on common mentions on social networks and blogs.
-
reflex
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. -
reflex-dom
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface. -
reflex-fsnotify
Watch files and directories for changes using a functional-reactive interface! -
reflex-transformers
Switchable monad transformers and collections for reflex -
reflex-gloss-scene
A simple scene-graph using reflex and gloss -
reflex-dynamic-containers
dynamic containers for reflex -
reflex-external-ref
External reference with reactivity support
Learn any GitHub repo in 59 seconds
Do you think we are missing an alternative of reflex-animation or a related project?
README
reflex-animation 
This package provides a set of functions for creating and playing continuous animations of the form Time -> a. Finite animations (with a length) and infinite animations complement one another, we chose a representation of finite animations which has only a length (and not a starting point) to keep things simple. If needed such animations can be converted to infinite animations, combined, and clipped as required