SecurityAnimation

  • The object contains a single field, animationType, which specifies the type of animation to be used.

  • animationType is an enum with possible values: ANIMATION_UNSPECIFIED, FOIL_SHIMMER, and foilShimmer (deprecated).

  • FOIL_SHIMMER represents the default Foil & Shimmer animation.

  • foilShimmer is a legacy alias for FOIL_SHIMMER and is deprecated.

JSON representation
{
  "animationType": enum (AnimationType)
}
Fields
animationType

enum (AnimationType)

Type of animation.

AnimationType

Enums
ANIMATION_UNSPECIFIED
FOIL_SHIMMER Default Foil & Shimmer animation
foilShimmer

Legacy alias for FOIL_SHIMMER. Deprecated.