Appearance
Modules
globals.js
Global Objects
- export
- VISIBILITY_ANIMS_ID :
Object.<string, number>
- MOTION_ANIMS_ID :
Object.<string, number>
- PROPERTY_NAMES :
Object.<string, string>
- CLASS_NAMES :
Object
- CUSTOM_CSS_PROPERTIES :
ReadonlyArray.<string>
- VISIBILITY_ANIMS_ID :
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