Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 posani

posani.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".