-
Now I'm trying to implement animation with Commodetto and Outline. piuAll provides easing functions, but I don't want to include Is there an any idea to include only easing functions? |
Beta Was this translation helpful? Give feedback.
Answered by
stc1988
Feb 21, 2024
Replies: 2 comments 9 replies
-
We could break out the easing code into a module. Then you can include it separate. Here's a Gist with that. Is that what you have in mind? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I will check 09be19b. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
phoddie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will check 09be19b.
Thank you.