@hackage reflex-animation0.1.5
Continuous animations support for reflex
Installation
Dependencies (8)
- base >=4.6 && <4.9
- bifunctors
- containers >=0.5 && <0.6
- profunctors >=1.0 && <6.0
- reflex >=0.2 && <0.4
- reflex-transformers >=0.2 Show all…
Dependents (1)
@hackage/reflex-gloss-scene
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