CameraAnimatorOptions

Class responsible for storing options used by all CameraAnimator's from CameraAnimationsPlugin. CameraAnimatorOptions.Builder should be used to create options object via DSL function cameraAnimatorOptions.

Types

Link copied to clipboard
class Builder<T>(val targets: T)

Builder class used to construct immutable CameraAnimatorOptions object.

Link copied to clipboard
object Companion

Static methods.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Equals method.

Link copied to clipboard
open override fun hashCode(): Int

Hash code method.

Properties

Link copied to clipboard

Optional field indicating who created animator. Defaults to NULL if not specified explicitly.

Link copied to clipboard

If specified explicitly - this value will be used as first target. Otherwise current camera option on animation start will be taken.

Link copied to clipboard
val targets: Array<out T>

CameraAnimator targets (values between which interpolation will take place).