Skip to content

Commit 389b76f

Browse files
author
Adam Argyle
committed
match options to links
1 parent cb8ae9b commit 389b76f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

app/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ <h1>
7171
<option>out:wipe:up</option>
7272
<option>out:wipe:down</option>
7373
</optgroup>
74-
<optgroup label="Diamond Entrances">
74+
<optgroup label="Polygon Entrances">
7575
<option>in:diamond:center</option>
76+
<option>in:polygon:opposing-corners</option>
7677
</optgroup>
77-
<optgroup label="Diamond Exits">
78+
<optgroup label="Polygon Exits">
7879
<option>out:diamond:center</option>
80+
<option>out:polygon:opposing-corners</option>
7981
</optgroup>
8082
</select>
8183

@@ -109,7 +111,6 @@ <h3>Squares</h3>
109111
<dd><a href="#">out:square:top-left</a></dd>
110112
<dd><a href="#">out:square:bottom-right</a></dd>
111113
<dd><a href="#">out:square:bottom-left</a></dd>
112-
<dd><a href="#">in:square:opposing-corners</a></dd>
113114
</dl>
114115

115116
<h3>Wipes</h3>

0 commit comments

Comments
 (0)