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 composite animations #98

Open
ambrosiogabe opened this issue Mar 16, 2023 · 0 comments
Open

Add composite animations #98

ambrosiogabe opened this issue Mar 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ambrosiogabe
Copy link
Owner

Often times you need to add a group of animations that together. It's annoying placing all these on separate timeline tracks and then carefully aligning them etc. Maybe it's possible to add an AnimationGroup thing similar to Manim. Where you can add several different animations to this group then you can synchronize them or play them lagged.

The difficult part for this is how should the UI look? Should you be able to double click into an animation group on the timeline and then edit each animation individually in a sub-timeline kind of thing? Or should the animation inspector just show a bunch of animations and allow you to click them and then open a sub-menu?

I like the idea of the sub-timeline opening up, kind of like how code editor open the context of the file you're looking at a function inline. This sounds plausible but will require a lot of effort to add feature support on the timeline for this. Might be worth it though...

@ambrosiogabe ambrosiogabe added the enhancement New feature or request label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant