animate property

bool animate

If true, panning will always be animated if possible. If false, it will not animate panning, either resetting the map view if panning more than a screen away, or just setting a new offset for the map pane (except for panBy which always does the latter).

Implementation

external bool get animate;
void animate=(bool value)

Implementation

external set animate(bool value);