AutoZoomOptions
AutoZoomOptions =
object
Defined in: types.ts:250
Properties
Section titled “Properties”amount?
Section titled “amount?”
optionalamount?:number
Defined in: types.ts:254
0–1: fraction of output dimensions visible in the zoomed viewport (default 0.65)
centering?
Section titled “centering?”
optionalcentering?:number
Defined in: types.ts:258
0–1: visibility bias inside the zoomed viewport; 0 = barely fit, 1 = centered.
duration?
Section titled “duration?”
optionalduration?:number
Defined in: types.ts:252
easing?
Section titled “easing?”
optionaleasing?:Easing
Defined in: types.ts:251
padding?
Section titled “padding?”
optionalpadding?:number
Defined in: types.ts:256
0–1: extra locator framing applied as a uniform scale multiplier (default 0.2 = 20% larger box).
postZoomDelay?
Section titled “postZoomDelay?”
optionalpostZoomDelay?:number
Defined in: types.ts:262
Delay in milliseconds to hold the full view after the zoom-out animation completes.
preZoomDelay?
Section titled “preZoomDelay?”
optionalpreZoomDelay?:number
Defined in: types.ts:260
Delay in milliseconds to hold the zoomed-in state after the zoom-in animation completes.