Skip to content

Instantly share code, notes, and snippets.

@felixmc
Created December 31, 2013 01:50
Show Gist options
  • Save felixmc/8191159 to your computer and use it in GitHub Desktop.
Save felixmc/8191159 to your computer and use it in GitHub Desktop.
Interpolation( start: Float, end: Float, duration: Float = 120f, fn: ( Float, Float, Float, Float ) => Float = Interpolation.linear,
repeat: Float = Float.PositiveInfinity, direction: Interpolation.Direction.Direction = Interpolation.Direction.Normal )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment