azizinaghsh
commited on
Commit
·
29ce656
1
Parent(s):
e7b6843
update examples
Browse files
app.py
CHANGED
@@ -42,9 +42,9 @@ EXAMPLES = [
|
|
42 |
]
|
43 |
DEFAULT_TEXT = [
|
44 |
"While the character moves right, the camera [...].",
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
]
|
49 |
|
50 |
HEADER = """
|
|
|
42 |
]
|
43 |
DEFAULT_TEXT = [
|
44 |
"While the character moves right, the camera [...].",
|
45 |
+
"Movement: dollyIn Easing: easeOutBounce Frames: 30 [...].",
|
46 |
+
"Movement: shortArcShotRight Easing: easeInOutQuad [...]. "
|
47 |
+
"Movement: fullZoomIn Easing: easeInOutSine [...].",
|
48 |
]
|
49 |
|
50 |
HEADER = """
|