TLCameraMoveOptions
Table of contents
interface TLCameraMoveOptions {}Properties
animation
optional
An (optional) animation to use.
animation?: {
easing?(t: number): number;
duration?: number;
};force
optional
Whether to force the camera to move, even if the user's camera options have locked the camera.
force?: boolean;immediate
optional
Whether to move the camera immediately, rather than on the next tick.
immediate?: boolean;reset
optional
Whether to reset the camera to its default position and zoom.
reset?: boolean;Prev
TLCameraConstraintsNext
TLCameraOptions