Releases: surge541/AnimationSystem
Releases · surge541/AnimationSystem
Release 1.1
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