Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kivy-garden/garden.moretransitions

More transitions for Kivy screen manager
https://github.com/kivy-garden/garden.moretransitions

Last synced: about 1 month ago
JSON representation

More transitions for Kivy screen manager

Awesome Lists containing this project

README

        

garden.moretransitions
======================

More transitions for the Kivy screen manager

Usage:

Import the transitions and use them with the `ScreenManager` class.

from kivy.garden.moretransitions import PixelTransition,RippleTransition,
BlurTransition,RVBTransition

screenManager = ScreenManager(transition=PixelTransition())

or

screenManager.transition = RVBTransition(duration=2.0)