animationTime property

double get animationTime

Uses the track time to compute animationTime, which is always between animationStart and animationEnd. When trackTime is 0, animationTime is equal to animationStart.

Implementation

double get animationTime {
  final result = SpineBindings.bindings.spine_track_entry_get_animation_time(_ptr);
  return result;
}