autoRotateDelay property

int? autoRotateDelay
final

Sets the delay before auto-rotation begins. The format of the value is a number in milliseconds.

Defaults to 3000. Should be a number >= 0.

<model-viewer> official document: https://modelviewer.dev/docs/#entrydocs-stagingandcameras-attributes-autoRotateDelay

Implementation

final int? autoRotateDelay;