Vizzu / Modules / plugins / Hooks
Enumeration: Hooks
plugins.Hooks
Available hooks for plugins in Vizzu.
Enumeration Members
prepareAnimation
• prepareAnimation = "prepareAnimation"
Called when the animate() parameters gets set in the library to prepare the animation.
registerAnimation
• registerAnimation = "registerAnimation"
Called when the animate() method called, and the lib shedules the call to the animation queue.
runAnimation
• runAnimation = "runAnimation"
Called when all animate() parameter set and animation can be started.