appearanceAnimation
A CSS animation that runs when the annotation appears on the map.
Declaration
get appearanceAnimation(): string;
set appearanceAnimation(appearanceAnimation: string);Discussion
The value of this property is a string specifying a CSS animation shorthand property syntax. The string refers to keyframes that you need to provide in a stylesheet or a style element.