This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Add predefined curves #16
lukasoppermann
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Love this idea. Thanks for the suggestion, @lukasoppermann! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@stevenpetryk added the ability to apply predefined easing functions to shared curves in this PR. Is this what you had in mind, @lukasoppermann? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Colorbox.io has a nice feature where you can use computed curves: https://colorbox.io
A combination of choosing a computed curve and tweaking it afterwards would be 🤯
So basically the bottom two dropdowns for each section allow users to select a curve model like linear, cubic, quad, ... the other one allows you to choose between easeInAndOut, easeIn and easeOut.
I think this would help to find a better starting point. Maybe to begin with it could be combined in one option e.g. cubicEaseIn, cubicEaseOut and added to the dropdown that stores the user defined curves.
Beta Was this translation helpful? Give feedback.
All reactions