DiviArea.UI.initializeAreaAnimation(element)
This function is used by DiviArea.Data.createArea()
to initialize the new Divi Area.
Please use DiviArea.register()
to register and initialize an Area
Params
area
- The area to initialize.
Returns
Returns boolean true
when the Area was initialized, or false
when the Area has no animation.
Notes
No notes