Module: kivy.uix.screenmanager
屏幕切换设置(Screen)
1、NoTransition
立即切换屏幕且没有动画
switches screens instantly with no animation
2、SlideTransition
屏幕的输入/输出,从任何方向滑动
slide the screen in/out, from any direction
3、CardTransition
新的屏幕幻灯片上或旧的幻灯片关闭新的一个取决于模式
new screen slides on the previous or the old one slides off the new one depending on the mode
4、SwapTransition(**kwargs)
iOS 交换转换的实现
implementation of the iOS swap transition
5、FadeTransition
使屏幕淡出的着色器