getAnimatedExtent method
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);