parent property

Animation<T> parent

The animation whose value this animation will proxy.

This animation must remain the same for the lifetime of this object. If you wish to proxy a different animation at different times, consider using ProxyAnimation.

Implementation

Animation<T> get parent;