Companion

object Companion

Static variables and methods.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
setDefaultAnimatorOptions
Link copied to clipboard
fun setDefaultAnimatorOptions(block: ValueAnimator.() -> Unit)
Set default global options for all animator types All newly created animators will have those options applied.
fun setDefaultAnimatorOptions(type: CameraAnimatorType, block: ValueAnimator.() -> Unit)
Set default global options for given animator type.
toString
Link copied to clipboard
open fun toString(): String

Properties

CUBIC_BEZIER_INTERPOLATOR
Link copied to clipboard
val CUBIC_BEZIER_INTERPOLATOR: Interpolator
Interpolator based on Bezier Curve which is default in v9 version of the SDK
DEFAULT_ANIMATION_DURATION_MS
Link copied to clipboard
const val DEFAULT_ANIMATION_DURATION_MS: Long = 300L
Default animation duration