Skip to content

Releases: surge541/AnimationSystem

Release 1.1

06 Sep 15:01

Choose a tag to compare

Added additional constructors for all animations

Added bounded animation

  • Takes a minimum and maximum float parameters, getAnimationFactor() returns a value between the minimum and maximum depending on the factor.

Added colour animations

  • Takes a from and to Color parameters, getColour() returns the transitioned Color object.

Added more easings

1.0

26 Jul 22:36

Choose a tag to compare

1.0

Basic animation system.