@hackage reflex-animation0.1
Continuous animations support for reflex
Installation
Dependencies (7)
- base >=4.6 && <4.9
- containers
- profunctors
- reflex >=0.2 && <0.4
- reflex-transformers >=0.2
- semigroups >=0.16 && <0.18 Show all…
Dependents (1)
@hackage/reflex-gloss-scene
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.