diff top-level property

double Function(_InternalShared tweenable, [double initial = 0.0]) diff
getter/setter pair

Evaluates Tweenable and returns a difference between value returned at the last time it was evaluated and its value at the current time.

When evaluating for the first time it returns the Tweenable value

Implementation

var diff = _ops.diff;