Contains a variety of shader screen transitions to choose from
Install:
pip install kivytransitions
Import:
from kivytransitions.transitions import Cube
Use:
# ....
screenmanager.transition = Cube(duration=2, direction="lr") #two available directions: "lr" and "rl"
# ....
GLSL transitions taken from: https://gl-transitions.com/