We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd77a0b commit 996a3a7Copy full SHA for 996a3a7
1 file changed
arcade/examples/gui/transitions.py
@@ -1,3 +1,10 @@
1
+"""
2
+Example showing how to use the TransitionChain and TransitionAttr classes.
3
+
4
+If Arcade and Python are properly installed, you can run this example with:
5
+python -m arcade.examples.gui.transitions
6
7
8
import arcade
9
from arcade.anim import Easing
10
from arcade.gui import UIManager, TransitionChain, TransitionAttr, TransitionAttrIncr
0 commit comments