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

Enable animation on inner nodes of the options #11172

Open
stockiNail opened this issue Mar 1, 2023 · 0 comments · May be fixed by #11173
Open

Enable animation on inner nodes of the options #11172

stockiNail opened this issue Mar 1, 2023 · 0 comments · May be fixed by #11173

Comments

@stockiNail
Copy link
Contributor

Feature Proposal

Currently the animation properties can be defined only at base level of an element or its options.
When you want to animate properties which are belonging to an inner object of the element or options, is not possible.
Use case could be font or padding of elements.

Possible Implementation

Manage the properties to configure the animations which are representing the path where the properties are located.

    animations: {
      numbers: {
        properties: ['font.size'],
        type: 'number'
      },
    },

With above config, the animation will be applied to the inner object font and its property size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant