Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
- [Global App State](/plugins/global_app_state.md)
- [Storage](/plugins/storage.md)
- [Custom Plugins](/plugins/custom_plugins.md)
- [Animation](/plugins/animation.md)
- Performance
- [Lazy loading](/performance/lazy-loading.md)
7 changes: 7 additions & 0 deletions docs/plugins/animation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Animation plugin

The Animation plugin is a third-party plugin for creating and controlling animations in Blits applications. It supports both sequential animations and timeline-based animations, with configurable easing, delays, repeats, and lifecycle callbacks.

The plugin is maintained by a third party and is not part of the Blits core package.

For installation instructions, examples, and the complete API reference, see the [Blits Animation Plugin documentation](https://blits-animation-plugin.bravaapps.com/).
4 changes: 4 additions & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@
{
"text": "Custom Plugins",
"link": "/plugins/custom_plugins"
},
{
"text": "Animation",
"link": "/plugins/animation"
}
]
},
Expand Down