flywave-map-controls.camerarotationanimationoptions
Home > @flywave/flywave-map-controls > CameraRotationAnimationOptions
CameraRotationAnimationOptions interface
Options for a camera animation.
Signature:
export interface CameraRotationAnimationOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
THREE.Vector3 | (Optional) Fixed rotation axis of camera. Defaults to | ||
number | (Optional) Duration of a whole animation in milliseconds. Defaults to | ||
EasingFunction | ((k: number) => number) | (Optional) Easing function that control acceleration. Defaults to [[EasingFunction.Linear]]. | ||
number | (Optional) End angle. May be greater than 360 in case more than one rotation is required. | ||
number | (Optional) Number of times the animation should be repeated. Defaults to | ||
number | (Optional) Start angle in degrees. Defaults to 0. |