---
title: animatesDrop
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkpinannotationview/animatesdrop
---

# animatesDrop

A Boolean value indicating whether the annotation view is animated onto the screen.

## Declaration

```swift
var animatesDrop: Bool { get set }
```

## Discussion

Discussion When this property is true, the map view animates the appearance of pin annotation views by making them appear to drop onto the map at the target point. This animation occurs whenever the view transitions from offscreen to onscreen.

## See Also

### Getting and Setting Attributes

- [pinTintColor](mapkit/mkpinannotationview/pintintcolor.md)
- [pinColor](mapkit/mkpinannotationview/pincolor.md)
