We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to add an easing option per keyframe? Now I have an options object with the easing option, but that is over the whole animation.
{ ".headline_subline_button_gSla8FyLX.format_336x280": { "0": { "visibility": "visible", "transform": "translate(0px, 0px)" }, "5": { "visibility": "visible" }, "0.7": { "transform": "translate(100px, 0px)" }, "options": { "easing": "cubic-bezier(0,1.29,1,-0.27)" } } }
The text was updated successfully, but these errors were encountered:
fix: fix hasName #88
1955730
@tjebbemarchand
scenejs's new version is released.
scenejs
Just set the easing on each frame.
https://codepen.io/daybrush/pen/qBQWKzW
Sorry, something went wrong.
@daybrush
Awesome! Thank you for your quick reply. That is exacly what I need. I will update scene to the new version in my project.
No branches or pull requests
Environments
Description
Is it possible to add an easing option per keyframe? Now I have an options object with the easing option, but that is over the whole animation.
{ ".headline_subline_button_gSla8FyLX.format_336x280": { "0": { "visibility": "visible", "transform": "translate(0px, 0px)" }, "5": { "visibility": "visible" }, "0.7": { "transform": "translate(100px, 0px)" }, "options": { "easing": "cubic-bezier(0,1.29,1,-0.27)" } } }
The text was updated successfully, but these errors were encountered: