-
Notifications
You must be signed in to change notification settings - Fork 13
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
rewrite using Class, add registerEasing method #1
base: master
Are you sure you want to change the base?
Conversation
…urn index 0 if time is negative
looks great, but when trying to migrate from spite's version to yours i'm getting stuck with the error The old storyline data syntax is still supported, right? Edit: Could it be that negative time indexes are not supported anymore? |
Can you give me the datas you are using ? :) Example: "easeinout" become "easeInOut". Give me more datas, I'll help you. ;) |
I'm currently only using the |
Is it working with this fix ? |
yep, now it works. thanks! |
Yep |
Rewrite using the Class way, add « resisterEasing » method.
Update readme and examples.