Interface IChangeableProps

Changeable properties that can be updated dynamically during the lifecycle of the custom cursor.

Hierarchy

Properties

__fixHelperChangeableProps?: any
height?: number

The height of the custom cursor.

Default

50
isEnabled?: boolean

Enables or disables the custom cursor.

Default

true
isFpsNormalized?: boolean

Normalizes the animation speed across different screens with varying FPS. Ensures consistent movement speed across different devices.

Default

true
lerp?: number

Linear interpolation factor for smooth cursor movement. A value between 0 and 1 where higher values result in faster movement.

Default

0.2
shouldAutoStop?: boolean

Automatically stops rendering the cursor once the target coordinates and size approximate the current ones closely enough.

Default

true
width?: number

The width of the custom cursor.

Default

50