slowFast static method
Slow, then fast.
Implementation
static Interpolation slowFast() {
final result = SpineBindings.bindings.spine_interpolation_slow_fast();
return Interpolation.fromPointer(result);
}
Slow, then fast.
static Interpolation slowFast() {
final result = SpineBindings.bindings.spine_interpolation_slow_fast();
return Interpolation.fromPointer(result);
}