recenterAnimationDuration property

Duration recenterAnimationDuration

The duration of recenter animation in milliseconds. Time to recenter the camera reaching current car position. Defaults to 500 milliseconds, or half a second. Gets the recenter animation duration in milliseconds.

Implementation

Duration get recenterAnimationDuration;
void recenterAnimationDuration=(Duration value)

The duration of recenter animation in milliseconds. Time to recenter the camera reaching current car position. Defaults to 500 milliseconds, or half a second. Sets the recenter animation duration in milliseconds.

Implementation

set recenterAnimationDuration(Duration value);