Companion

object Companion

Static variables and methods.

Functions

Link copied to clipboard
@JvmStatic
fun setDefaultAnimatorOptions(block: ValueAnimator.() -> Unit)

Set default global options for all animator types All newly created animators will have those options applied.

@JvmStatic
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

Link copied to clipboard
@JvmField
val CUBIC_BEZIER_INTERPOLATOR: Interpolator

Interpolator based on Bezier Curve which is default in v9 version of the SDK

Link copied to clipboard
const val DEFAULT_ANIMATION_DURATION_MS: Long = 300

Default animation duration