We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4933d24 commit f8dac1fCopy full SHA for f8dac1f
1 file changed
app/index.html
@@ -60,12 +60,20 @@ <h1>
60
<option>in:wipe:left</option>
61
<option>in:wipe:up</option>
62
<option>in:wipe:down</option>
63
+ <option>in:wipe:top-right</option>
64
+ <option>in:wipe:top-left</option>
65
+ <option>in:wipe:bottom-up</option>
66
+ <option>in:wipe:bottom-down</option>
67
</optgroup>
68
<optgroup label="Wipe Exits">
69
<option>out:wipe:right</option>
70
<option>out:wipe:left</option>
71
<option>out:wipe:up</option>
72
<option>out:wipe:down</option>
73
+ <option>out:wipe:top-right</option>
74
+ <option>out:wipe:top-left</option>
75
+ <option>out:wipe:bottom-up</option>
76
+ <option>out:wipe:bottom-down</option>
77
78
<optgroup label="Polygon Entrances">
79
<option>in:diamond:center</option>
0 commit comments