We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8ae9b commit 389b76fCopy full SHA for 389b76f
1 file changed
app/index.html
@@ -71,11 +71,13 @@ <h1>
71
<option>out:wipe:up</option>
72
<option>out:wipe:down</option>
73
</optgroup>
74
- <optgroup label="Diamond Entrances">
+ <optgroup label="Polygon Entrances">
75
<option>in:diamond:center</option>
76
+ <option>in:polygon:opposing-corners</option>
77
- <optgroup label="Diamond Exits">
78
+ <optgroup label="Polygon Exits">
79
<option>out:diamond:center</option>
80
+ <option>out:polygon:opposing-corners</option>
81
82
</select>
83
@@ -109,7 +111,6 @@ <h3>Squares</h3>
109
111
<dd><a href="#">out:square:top-left</a></dd>
110
112
<dd><a href="#">out:square:bottom-right</a></dd>
113
<dd><a href="#">out:square:bottom-left</a></dd>
- <dd><a href="#">in:square:opposing-corners</a></dd>
114
</dl>
115
116
<h3>Wipes</h3>
0 commit comments