InterpolationCurve

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String

Properties

Link copied to clipboard
val Accelerate: Int = 1
This curve causes the animation to accelerate.
Link copied to clipboard
This curve causes the animation to accelerate first and decelerate at the end.
Link copied to clipboard
val Bounce: Int = 4
This curve will toggle the animation to bounce.
Link copied to clipboard
val Decelerate: Int = 2
This curve causes the animation to slow down.
Link copied to clipboard
val Linear: Int = 0
A linear animation curve causes an animation to occur evenly over its duration.