On Div "Event"

key option type example notes
enable boolean true / false
mode string "bounce"
"bubble"
"repulse"
selectors string
array
a single or an array of DOM CSS selectors replaces the old el and elementId property
type string "circle"
"rectangle"
The div shape type

Implements

Constructors

Properties

Methods

Constructors

Properties

enable: boolean

The div event handler enabling mode

mode: SingleOrMultiple<string>

Div mode values used by the event

selectors: SingleOrMultiple<string>

This property is used to define the divs query selectors.

type: "circle" | "rectangle" | DivType

This property is used to define the divs shape types.

Methods