getAnimatedExtent method

double getAnimatedExtent(
  1. TKey key,
  2. double fullExtent
)

Gets the animated extent for a node. If the node is animating, returns the interpolated extent. Otherwise returns fullExtent.

Implementation

double getAnimatedExtent(TKey key, double fullExtent) =>
    _anim.getAnimatedExtent(key, fullExtent);