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

Add support to play multiple timelines at the same time #366

Open
BitBarrel opened this issue Dec 18, 2023 · 0 comments
Open

Add support to play multiple timelines at the same time #366

BitBarrel opened this issue Dec 18, 2023 · 0 comments

Comments

@BitBarrel
Copy link

BitBarrel commented Dec 18, 2023

Currently, you can only play or pan (scrub) one timeline (not state machine) at a time. I need to play (or set the exact position) of multiple timelines simultaneously.

There might be conflicts if other timelines write to the same properties, but I will make sure only one timeline writes to the same properties.

I am aware this can be done using joysticks and blend modes, but that requires a lot of extra work in Rive (two extra timelines, one joystick, and set up a state machine blend mode for each animation, and I have many, many animations). It would be easier if I could just pan/scrub multiple timelines in code instead.

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

No branches or pull requests

1 participant