Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 575 Bytes

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)