Skip to content

BoardCameraEffectsOptions

neo-chess-board


Defined in: src/core/types.ts:455

Extends

Properties

captureShakeDuration?

optional captureShakeDuration: number

Defined in: src/core/types.ts:460


captureShakeIntensity?

optional captureShakeIntensity: number

Defined in: src/core/types.ts:459


checkmateShakeDuration?

optional checkmateShakeDuration: number

Defined in: src/core/types.ts:462


checkmateShakeIntensity?

optional checkmateShakeIntensity: number

Defined in: src/core/types.ts:461


defaultDuration?

optional defaultDuration: number

Defined in: src/effects/types.ts:7

Inherited from

CameraEffectsOptions.defaultDuration


defaultEasing?

optional defaultEasing: EasingFunction

Defined in: src/effects/types.ts:8

Inherited from

CameraEffectsOptions.defaultEasing


enabled?

optional enabled: boolean

Defined in: src/effects/types.ts:4

Inherited from

CameraEffectsOptions.enabled


maxZoom?

optional maxZoom: number

Defined in: src/effects/types.ts:5

Inherited from

CameraEffectsOptions.maxZoom


minZoom?

optional minZoom: number

Defined in: src/effects/types.ts:6

Inherited from

CameraEffectsOptions.minZoom


shakeOnCapture?

optional shakeOnCapture: boolean

Defined in: src/core/types.ts:457


shakeOnCheckmate?

optional shakeOnCheckmate: boolean

Defined in: src/core/types.ts:458


zoomOnMove?

optional zoomOnMove: boolean

Defined in: src/core/types.ts:456