currentlyAnimatingKeys property
Set<TKey>
get
currentlyAnimatingKeys
Live, read-only view of every key currently animating across
standalone, operation-group, and bulk sources. Backed by the lazy
_ensureAnimatingKeys cache; do NOT mutate — same convention as
orderNidsView. Iteration is stable within one frame.
Implementation
Set<TKey> get currentlyAnimatingKeys => _ensureAnimatingKeys();