Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gottadiveintopython/posani
Automatically animates Kivy widgets
https://github.com/gottadiveintopython/posani
kivy
Last synced: 26 days ago
JSON representation
Automatically animates Kivy widgets
- Host: GitHub
- URL: https://github.com/gottadiveintopython/posani
- Owner: gottadiveintopython
- Created: 2024-03-26T07:48:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T07:31:18.000Z (5 months ago)
- Last Synced: 2024-10-31T04:42:09.341Z (2 months ago)
- Topics: kivy
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PosAni
![logo.png](logo.png)
Automatically animates the transition of the widgets' position.
Unlike the [garden.magnet](https://github.com/kivy-garden/garden.magnet), this one does not require extra widgets.[Youtube](https://youtu.be/Lb2zzaq3i0E) (This is an older implementation, and differs from the current one.)
## Installation
Pin the minor version.
```text
poetry add kivy-garden-posani@~0.2
pip install "kivy-garden-posani>=0.2,<0.3"
```## Usage
```python
from kivy_garden import posaniposani.activate(widget)
```Install if you prefer not to manually activate each individual widget.
```python
posani.install()
```All the widgets created after the installation will be automatically "activated".