InterpolationCurve

annotation class InterpolationCurve

Functions

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

Properties

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