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

Different interpolations between Keyframes #449

Open
linusha opened this issue Apr 15, 2021 · 4 comments
Open

Different interpolations between Keyframes #449

linusha opened this issue Apr 15, 2021 · 4 comments
Labels
question ❓ Further information is requested robin 👨‍🚀 Requires consultation or technical help from Robin
Milestone

Comments

@linusha
Copy link
Contributor

linusha commented Apr 15, 2021

In addition to easings, which control the "speed" of an animation, we could also think about different interpolations between them. This might benefit already some of the points mentioned in #69:

  • quadratic?
  • cubic?
  • circle
  • log?
@linusha linusha added the question ❓ Further information is requested label Apr 15, 2021
@linusha
Copy link
Contributor Author

linusha commented May 5, 2021

Could also entail Bezier Curves.

@linusha linusha added robin 👨‍🚀 Requires consultation or technical help from Robin and removed question ❓ Further information is requested labels May 5, 2021
@Paula-Kli
Copy link
Contributor

for mouse interaction it would not be interesting to make free hand paintings but to move points and define curves with it

@linusha
Copy link
Contributor Author

linusha commented May 10, 2021

http://pomax.github.io/bezierjs - drawing code needs to be added, supports cubic and quadratic curves
https://github.com/jsplumb/jsBezier - no drawing interface, hard codes cubic curves

@linusha
Copy link
Contributor Author

linusha commented May 11, 2021

Since this seems to be the Bezier-Curves ticket now I will close #69 as adding Bezier Curves of course requires an accompanying interface. This ticket will probably need to be split up when we decide to actually tackle it.

@linusha linusha added the question ❓ Further information is requested label May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ Further information is requested robin 👨‍🚀 Requires consultation or technical help from Robin
Projects
None yet
Development

No branches or pull requests

2 participants