slowFast static method

Interpolation slowFast()

Slow, then fast.

Implementation

static Interpolation slowFast() {
  final result = SpineBindings.bindings.spine_interpolation_slow_fast();
  return Interpolation.fromPointer(result);
}