interpolationDecay property
Controls the rate of interpolation when the camera or model moves, due to either user interaction or attribute changes. The decay is asymptotic and the value is in milliseconds, where the majority of the movement will occur within this value's time. Doubling this value will cut the speed in half.
<model-viewer>
official document: https://modelviewer.dev/docs/#entrydocs-stagingandcameras-attributes-interpolationDecay
Implementation
final num? interpolationDecay;