Skip to content

kivy-garden/garden.moretransitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

More transitions for Kivy screen manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published