MotionTiming

open class MotionTiming

A representation of timing for an animation.

Constructors

Link copied to clipboard
constructor(delay: Long, duration: Long)
constructor(delay: Long, duration: Long, @NonNull interpolator: TimeInterpolator)

Properties

Link copied to clipboard
open val delay: Long
Link copied to clipboard
open val duration: Long
Link copied to clipboard
Set to an instance, or null for FAST_OUT_SLOW_IN_INTERPOLATOR.
Link copied to clipboard
open val repeatCount: Int
Set to 0, greater than 0, or INFINITE.
Link copied to clipboard
open val repeatMode: Int
Set to RESTART or REVERSE.

Functions

Link copied to clipboard
open fun apply(@NonNull animator: Animator)
Link copied to clipboard
open fun equals(@Nullable o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String