title |
---|
globals |
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 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 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
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
CSS Class Names
Kind: static constant of globals
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