AI-generated Key Takeaways
-
The object contains a single field,
animationType, which specifies the type of animation to be used. -
animationTypeis an enum with possible values:ANIMATION_UNSPECIFIED,FOIL_SHIMMER, andfoilShimmer(deprecated). -
FOIL_SHIMMERrepresents the default Foil & Shimmer animation. -
foilShimmeris a legacy alias forFOIL_SHIMMERand 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 |