deploy: e10d3c1ae8
This commit is contained in:
@@ -166,13 +166,9 @@ _Adds additional methods for VisualElement when adding animation plugin_
|
||||
|
||||
|Method|Returns|Description|
|
||||
|---|---|---|
|
||||
|[VisualElement.hooks](#visualelement-hooks)|-||
|
||||
|[VisualElement.setup](#visualelement-setup)|-||
|
||||
|[VisualElement.stopAnimation](#visualelement-stopanimation)|-|Convenience to stop animations from the element|
|
||||
|[VisualElement:animate](#visualelement-animate)|Animation|Creates a new animation|
|
||||
|
||||
## VisualElement.hooks()
|
||||
## VisualElement.setup()
|
||||
## VisualElement.stopAnimation()
|
||||
|
||||
Convenience to stop animations from the element
|
||||
|
||||
@@ -6,11 +6,9 @@ _with support for inheritance, named styles, and dynamic theme switching._
|
||||
|
||||
|Method|Returns|Description|
|
||||
|---|---|---|
|
||||
|[BaseElement.____getElementPath](#baseelement-----getelementpath)|-||
|
||||
|[BaseElement:applyTheme](#baseelement-applytheme-self-applytochildren)|BaseElement|Applies theme styles to the element|
|
||||
|[BaseElement:getTheme](#baseelement-gettheme-self)|table|Gets theme properties for the element|
|
||||
|
||||
## BaseElement.____getElementPath()
|
||||
## BaseElement:applyTheme(self, applyToChildren)
|
||||
|
||||
Applies the current theme to this element
|
||||
|
||||
Reference in New Issue
Block a user