You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current node value animation (when withTransition option is true) is very bad performance-wise. It can be noticeable if a diagram has 10+ nodes updating on an interaction.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Lume issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
Problem description
The current node value animation (when
withTransition
option istrue
) is very bad performance-wise. It can be noticeable if a diagram has 10+ nodes updating on an interaction.Possible solution: https://css-tricks.com/animating-number-counters/#aa-the-new-school-css-solution
Expected behavior
Smooth transitions without noticeable low FPS
Validations
The text was updated successfully, but these errors were encountered: