AI-generated Key Takeaways
-
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
, andfoilShimmer
(deprecated). -
FOIL_SHIMMER
represents the default Foil & Shimmer animation. -
foilShimmer
is a legacy alias forFOIL_SHIMMER
and is deprecated.
JSON representation |
---|
{
"animationType": enum ( |
Fields | |
---|---|
animationType |
Type of animation. |
AnimationType
Enums | |
---|---|
ANIMATION_UNSPECIFIED |
|
FOIL_SHIMMER |
Default Foil & Shimmer animation |
foilShimmer |
Legacy alias for |