InterpolationCurve

annotation class 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
This curve causes the animation to accelerate.
Link copied to clipboard
val AccelerateDecelerate: Int
This curve causes the animation to accelerate first and decelerate at the end.
Link copied to clipboard
val Bounce: Int
This curve will toggle the animation to bounce.
Link copied to clipboard
val Decelerate: Int
This curve causes the animation to slow down.
Link copied to clipboard
val Linear: Int
A linear animation curve causes an animation to occur evenly over its duration.