Type

enum Type

Type of an animation.

Entries

Link copied to clipboard

Unidentified animations. Animations of this type cannot be cast.

Link copied to clipboard

Candle animation. Animations of this type can be cast to Candle.

Link copied to clipboard

Dolly slide animation. Animations of this type can be cast to DollySlide.

Link copied to clipboard

Dronie animation. Animations of this type can be cast to Dronie.

Link copied to clipboard

Flip animation. Animations of this type can be cast to Flip.

Link copied to clipboard

Horizontal 180 photo panorama animation. Animations of this type can be safely cast to Horizontal180PhotoPanorama.

Link copied to clipboard

Horizontal panorama animation. Animations of this type can be cast to HorizontalPanorama.

Link copied to clipboard

Horizontal reveal animation. Animations of this type can be cast to HorizontalReveal.

Link copied to clipboard

Parabola animation. Animations of this type can be cast to Parabola.

Link copied to clipboard

Position twist-up animation. Animations of this type can be safely cast to GenericTwistUp.

Link copied to clipboard

Spherical photo panorama animation. Animations of this type can be safely cast to SphericalPhotoPanorama.

Link copied to clipboard

Spiral animation. Animations of this type can be safely cast to Spiral.

Link copied to clipboard

Super wide photo panorama animation. Animations of this type can be safely cast to SuperWidePhotoPanorama.

Link copied to clipboard

Twist-up animation. Animations of this type can be safely cast to GenericTwistUp.

Link copied to clipboard

Vertical 180 photo panorama animation. Animations of this type can be safely cast to Vertical180PhotoPanorama.

Link copied to clipboard

Vertical reveal animation. Animations of this type can be cast to VerticalReveal.

Link copied to clipboard

Vertigo animation. Animations of this type can be cast to Vertigo.

Functions

Link copied to clipboard
open fun valueOf(name: String): Animation.Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.