isAnimating method

bool isAnimating(
  1. TKey key
)

Whether the given node is currently animating. Forwards to the AnimationCoordinator's per-key check.

Implementation

bool isAnimating(TKey key) => _anim.isAnimating(key);