Skip to content

Modules

globals.js

Global Objects

VISIBILITY_ANIMS_ID : Object.<string, number>

Visibility Animations IDs

The key is the name of the animation function and the value is the index of the CSS class name inside CLASS_NAMES.hide and CLASS_NAMES.show

Kind: static constant of globals

See: globals.CLASS_NAMES

MOTION_ANIMS_ID : Object.<string, number>

Motion Animations IDs

The key is the name of the animation function and the value is the index of the CSS class name inside CLASS_NAMES.move and CLASS_NAMES.moveBack

Kind: static constant of globals

See: globals.CLASS_NAMES

PROPERTY_NAMES : Object.<string, string>

CSS Custom Properties

The key is the name of the option passed to the animation function and the value is the respective CSS variable

Kind: static constant of globals

CLASS_NAMES : Object

CSS Class Names

Kind: static constant of globals

CUSTOM_CSS_PROPERTIES : ReadonlyArray.<string>

CSS Properties customized by options passed in the animation function

('cursor' can only be customized in animations triggered by click event so it is not being included here)

Kind: static constant of globals