This commit is contained in:
NoryiE
2025-09-14 08:55:45 +00:00
parent b79c15a53c
commit 741a53aa04
22 changed files with 45 additions and 50 deletions

View File

@@ -46,8 +46,8 @@ Updates the animation
Gets called when the animation is completed
# Animation
_This is the animation plugin. It provides a animation system for visual elements
with support for sequences, easing functions, and multiple animation types._
_This is the animation plugin. It provides a animation system for visual elements_
_with support for sequences, easing functions, and multiple animation types._
## Functions

View File

@@ -124,9 +124,9 @@ Stops benchmarking for a container and all its children
* `Container` `self` The container instance
# Benchmark
_This is the benchmark plugin. It provides performance measurement tools for elements and methods,
with support for hierarchical profiling and detailed statistics. The plugin is meant to be used for very big projects
where performance is critical. It allows you to measure the time taken by specific methods and log the results._
_This is the benchmark plugin. It provides performance measurement tools for elements and methods,_
_with support for hierarchical profiling and detailed statistics. The plugin is meant to be used for very big projects_
_where performance is critical. It allows you to measure the time taken by specific methods and log the results._
## Functions

View File

@@ -1,3 +1,3 @@
# Reactive
_This module provides reactive functionality for elements, it adds no new functionality for elements.
It is used to evaluate expressions in property values and update the element when the expression changes._
_This module provides reactive functionality for elements, it adds no new functionality for elements. _
_It is used to evaluate expressions in property values and update the element when the expression changes._

View File

@@ -23,8 +23,8 @@ Initializes a new state for this element
* `BaseFrame` `self` The element instance
# BaseElement
_This is the state plugin. It provides a state management system for UI elements with support for
persistent states, computed states, and state sharing between elements._
_This is the state plugin. It provides a state management system for UI elements with support for_
_persistent states, computed states, and state sharing between elements._
## Functions

View File

@@ -1,6 +1,6 @@
# BaseElement
_This is the theme plugin. It provides a theming system that allows for consistent styling across elements
with support for inheritance, named styles, and dynamic theme switching._
_This is the theme plugin. It provides a theming system that allows for consistent styling across elements_
_with support for inheritance, named styles, and dynamic theme switching._
## Functions