We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fe8f3 commit e270fa0Copy full SHA for e270fa0
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