instant property
bool
get
instant
True if this timeline sets values instantaneously and does not support interpolation between frames.
Implementation
bool get instant {
final result = SpineBindings.bindings.spine_timeline_get_instant(_ptr);
return result;
}