Skip to content
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

Implement specific property parameters #1

Open
denisinvader opened this issue Mar 3, 2019 · 0 comments
Open

Implement specific property parameters #1

denisinvader opened this issue Mar 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@denisinvader
Copy link
Owner

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.

@denisinvader denisinvader added the enhancement New feature or request label Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant