getInterpolation method

int? getInterpolation()

Returns the interpolation type.

Implementation

int? getInterpolation() {
  console.info("KeyframeTrack.getInterpolation todo debug need confirm?? ");
  return _interpolation;
}