Skip to content

Automatically animates the transition of widgets' position

Notifications You must be signed in to change notification settings

gottadiveintopython/posani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatically animates the transition of widgets' position

Topics

Resources

Stars

Watchers

Forks