getCurrentExtent method

double getCurrentExtent(
  1. TKey key
)

Gets the current extent for a node, accounting for animation.

Implementation

double getCurrentExtent(TKey key) => _anim.getCurrentExtent(key);