cameraAnimationDuration property

Duration cameraAnimationDuration

The duration of camera animation in milliseconds. If there is an animation, it will last for specified period of time. Defaults to 500 milliseconds, or half a second. Gets the current animation duration in milliseconds.

Implementation

Duration get cameraAnimationDuration;
void cameraAnimationDuration=(Duration value)

The duration of camera animation in milliseconds. If there is an animation, it will last for specified period of time. Defaults to 500 milliseconds, or half a second. Sets the current animation duration in milliseconds.

Implementation

set cameraAnimationDuration(Duration value);