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
To be able to specify custom easing, round, duration etc for the specific key/item of animating object/array.
It should affect arrays and objects animations.
Animejs docs
Maybe, a helper function to get values should be implemented.
Example
Input values:
{ x: 10, y: 20, z: { value: 30, delay: 200, }, }
The target value (slot scope) should be { x: 10, y: 20, z: 30 } and z key should be animated with 200 ms delay.
target
{ x: 10, y: 20, z: 30 }
z
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To be able to specify custom easing, round, duration etc for the specific key/item of animating object/array.
It should affect arrays and objects animations.
Animejs docs
Maybe, a helper function to get values should be implemented.
Example
Input values:
The
target
value (slot scope) should be{ x: 10, y: 20, z: 30 }
andz
key should be animated with 200 ms delay.The text was updated successfully, but these errors were encountered: