activeAnimations property

Map<UniqueKey, TreeViewNodesAnimation> activeAnimations
final

The currently active TreeViewNode animations.

Since the indexing of animating nodes can change at any time from inserting and removing them from the tree, the unique key is used to track an animation of nodes independent of their indexing across frames.

Implementation

final Map<UniqueKey, TreeViewNodesAnimation> activeAnimations;