Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeline loop ignores delay #3841

Closed
Antriel opened this issue Jul 17, 2018 · 1 comment
Closed

timeline loop ignores delay #3841

Antriel opened this issue Jul 17, 2018 · 1 comment

Comments

@Antriel
Copy link
Contributor

Antriel commented Jul 17, 2018

this.tweens.timeline({
	targets: image,
	loop: 10,
	tweens: [{
		alpha: 0,
	},
	{
		alpha: 1,
		delay: 1000
	}]
});

The first time this plays, the delay of the second tween is applied. The remaining loops it is ignored and alpha tweens from 0 back to 1 immediately.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

photonstorm added a commit that referenced this issue Apr 8, 2019
Fix a bug that tween delay doesn't applied after one loop of timeline(issue #3841)
@photonstorm
Copy link
Collaborator

Thank you for submitting this issue. We have fixed this and the fix has been pushed to the master branch. It will be part of the next release. If you get time to build and test it for yourself we would appreciate that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants