Companion

object Companion

Static variables and methods.

Functions

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. All newly created animators will have those options applied.

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