reflex-animation 0.1.1 → 0.1.2
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- reflex-animation.cabal +3/−3
reflex-animation.cabal view
@@ -1,13 +1,13 @@ name: reflex-animation-version: 0.1.1+version: 0.1.2 synopsis: Continuous animations support for reflex description: 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. -homepage: https://github.com/reflex-animation-bug-reports: https://github.com/reflex-animation/issues+homepage: https://github.com/saulzar/reflex-animation+bug-reports: https://github.com/saulzar/reflex-animation/issues license: BSD3 license-file: LICENSE