-
Notifications
You must be signed in to change notification settings - Fork 69
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
Janky when looping through sprites #11
Comments
Thanks! I will check that |
Maybe it makes sense to allow playing of a sequence of multiple clips using one canvidControl.play(['clip1', 'clip2', 'clip3']); Seems to be a common use case. This would probably make it easier to solve the jank issue internally. |
I don't think it can be solved, I've tried to implement a different playback system starting from canvid js, and it seems to be an issue with the implementation of requestAnimationFrame that skips a frame when switching sprite sheets. |
can you provide a complete test for this issue, for instance on jsbin / jsfiddle or similar? I tried to reproduce it with a multi-clip video but didn't see janks. |
There seems to be a jank between each sprite when doing this
The text was updated successfully, but these errors were encountered: