fastSlow static method

Interpolation fastSlow()

Fast, then slow.

Implementation

static Interpolation fastSlow() {
  final result = SpineBindings.bindings.spine_interpolation_fast_slow();
  return Interpolation.fromPointer(result);
}