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

Tweening between arbitrary shapes instead of an existing shape #337

Open
dumblob opened this issue Feb 17, 2022 · 0 comments
Open

Tweening between arbitrary shapes instead of an existing shape #337

dumblob opened this issue Feb 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dumblob
Copy link

dumblob commented Feb 17, 2022

Is your feature request related to a problem? Please describe.
I'm always frustrated when I can't change the tweened shape much (e.g. by adding/removing control points, lines, etc.).

Describe the solution you'd like
I'd like tweening between arbitrary objects. I think https://github.com/veltman/flubber could be used for this.

Describe alternatives you've considered
Draw all shapes I want to tween between. Choose the most complex one. And try to recreate all others using only the lines, points, etc. from the most complex one. This is enormously difficult, time consuming, and the result is often not quite as good. It's also one-way thing not allowing any further changes (e.g. adding yet more complex shape somewhere into the tween chain).

Additional context
This could potentially solve #54 as a side effect.

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