Releases: setanarut/tween
Releases · setanarut/tween
v1.7.0 - Delay feature
What's Changed
Breaking change: The initialDelay parameter has been added to the NewTween() method.
tween.NewTween(
1,
10,
time.Second*3,
time.Second, // inital delay
tween.InCubic,
false,- Delay feature by @setanarut in #3
Full Changelog: v1.6.0...v1.7.0
v1.6.0
- time.Duration based API
- Serializable Struct (JSON)
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.2
fix: correct variable name in README example for consistency
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
refactor: update tween struct fields and adjust related methods for consistency
Removed
func (t *Tween) End() float64
func (t *Tween) Begin() float64
func (t *Tween) Duration() float64
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.3.0
- The whole package now uses float64 instead of float32.
- Update readme
Full Changelog: v1.2.0...v1.3.0