Type
Type of an animation.
Entries
Unidentified animations. Animations of this type cannot be cast.
Dolly slide animation. Animations of this type can be cast to DollySlide.
Horizontal 180 photo panorama animation. Animations of this type can be safely cast to Horizontal180PhotoPanorama.
Horizontal panorama animation. Animations of this type can be cast to HorizontalPanorama.
Horizontal reveal animation. Animations of this type can be cast to HorizontalReveal.
Position twist-up animation. Animations of this type can be safely cast to GenericTwistUp.
Spherical photo panorama animation. Animations of this type can be safely cast to SphericalPhotoPanorama.
Super wide photo panorama animation. Animations of this type can be safely cast to SuperWidePhotoPanorama.
Twist-up animation. Animations of this type can be safely cast to GenericTwistUp.
Vertical 180 photo panorama animation. Animations of this type can be safely cast to Vertical180PhotoPanorama.
Vertical reveal animation. Animations of this type can be cast to VerticalReveal.
Functions
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.)
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.