Skip to content

Commit e270fa0

Browse files
committed
docs: add example usage for TransitionChain and TransitionAttr classes
1 parent 96fe8f3 commit e270fa0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arcade/examples/gui/transitions.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
import arcade
29
from arcade.anim import Easing
310
from arcade.gui import UIManager, TransitionChain, TransitionAttr, TransitionAttrIncr

0 commit comments

Comments
 (0)