This commit is contained in:
NoryiE
2025-09-14 10:11:36 +00:00
parent 9c7186011b
commit 056b0ef795
32 changed files with 1 additions and 1314 deletions

View File

@@ -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

View File

@@ -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