Throb animation is called on graph nodes even when the search query doesn't change #2255
Labels
bug
Broken end user or developer functionality; not working as the developers intended it
component/ui
Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Milestone
To reproduce (on Chrome):
Enter
It's a weird bug because the nodes actually don't get rerendered when they are animated, so the question is why the CSS animations get triggered. I think it has to do with sorting of nodes we do in
NodesChartNodes
, as the bug is not there when we don't sort them. So permuting the list of DOM elements seems to trigger CSS even when no React rerendering of elements takes place. An obvious fix might be to do the whole animation from JS instead of CSS.The text was updated successfully, but these errors were encountered: