EaseInOutFloat

open class EaseInOutFloat

Constructors

Link copied to clipboard
constructor(start: Float, end: Float)
Erstellt einen EaseInOut-Interpolator.

Functions

Link copied to clipboard
open fun interpolate(progress: Float): Float