Skip to content

v1.7.0 - Delay feature

Latest

Choose a tag to compare

@setanarut setanarut released this 09 Jun 14:32
dcbf7f0

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,

Full Changelog: v1.6.0...v1.7.0