Contents

animates

A Boolean value that determines whether the framework animates the annotation.

Declaration

get animates(): boolean;
set animates(value: boolean);

Discussion

When this property is true, MapKit JS animates the appearance of the annotation on the map. You’re responsible for implementing an animation using the appearanceAnimation property.

The annotation doesn’t animate when:

See Also

Getting and setting interaction behavior