| SoViewingCubeanimationDuration Property  | 
Duration of camera movement to reach the desired position. 
 
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat animationDuration { get; }Public ReadOnly Property animationDuration As SoSFFloat
	Get
public:
property SoSFFloat^ animationDuration {
	SoSFFloat^ get ();
}member animationDuration : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksAny negative value of this field is equivalent to 0 (no animation). Default is 0.8 seconds. 
See Also