Type Alias AnimatedCameraOptions
AnimatedCameraOptions:
| {
follow?: boolean;
pathSmoothing?: { epsilon: number; resolution: number }
| false;
}
| false
| {
follow?: boolean;
pathSmoothing?: { epsilon: number; resolution: number }
| false;
}
| false
Type Declaration
- {
follow?: boolean;
pathSmoothing?: { epsilon: number; resolution: number } | false;
}Optionalfollow?: booleanWhether the camera should follow the animation
OptionalpathSmoothing?: { epsilon: number; resolution: number } | falseWhether the camera path should be smoothed
- false
Was this helpful?
Options for configuring the animated camera movement along the route.