Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 723 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 723 Bytes

PosAni

logo.png

Automatically animates the transition of the widgets' position. Unlike the garden.magnet, this one does not require extra widgets.

Youtube (This is an older implementation, and differs from the current one.)

Installation

Pin the minor version.

poetry add kivy-garden-posani@~0.2
pip install "kivy-garden-posani>=0.2,<0.3"

Usage

from kivy_garden import posani

posani.activate(widget)

Install if you prefer not to manually activate each individual widget.

posani.install()

All the widgets created after the installation will be automatically "activated".