@hackage / reflex-animation

Continuous animations support for reflex

Latest0.1.5

About

Metadata

  • Last updated , by saulzar
  • License BSD-3-Clause
  • Categories FRP
  • Maintained by: saulzar@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

reflex-animation Build Status

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