TLCameraMoveOptions
See source codeTable 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?: booleanimmediate
optional
Whether to move the camera immediately, rather than on the next tick.
immediate?: booleanreset
optional
Whether to reset the camera to its default position and zoom.
reset?: booleanPrev
TLCameraConstraintsNext
TLCameraOptions