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

Possible optimization: decouple elements in animation events #5123

Closed
demiacle opened this issue Jan 9, 2018 · 1 comment
Closed

Possible optimization: decouple elements in animation events #5123

demiacle opened this issue Jan 9, 2018 · 1 comment

Comments

@demiacle
Copy link

demiacle commented Jan 9, 2018

Interpolate is being fired on all elements if any animation is present, so for example, if tooltip is animated with any interpolation ALL elements will run through an interpolation. This is especially noticeable in large datasets.

Decoupling animations between elements should help the issue but after a bit of code snooping I also believe more optimizations are possible here. I'll share any more insights I find in this thread.

@kurkle
Copy link
Member

kurkle commented Jan 9, 2020

#6845 changed the whole logic. Animations are separated from element now.

@kurkle kurkle closed this as completed Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants