evaluate method

T evaluate(
  1. Animation<double> animation
)

Evaluates this animatable at the current value of animation.

Implementation

T evaluate(Animation<double> animation) => transform(animation.value);