Easing
public enum Easing
Undocumented
-
Linear interpolation.
Declaration
Swift
case linear -
x^einterpolation in, with the givenexponent.Declaration
Swift
case powerIn(exponent: Double) -
x^einterpolation in-out, with the givenexponent.Declaration
Swift
case powerInOut(exponent: Double) -
b^xinterpolation in, with the givenbase.Declaration
Swift
case exponentialIn(base: Double) -
Ease in / ease out (half sine wave)
Declaration
Swift
case sineInOut
View on GitHub
Install in Dash
Easing Enumeration Reference