Skip to content

Commit 89abd42

Browse files
committed
demos index: put effects in a more logical order
1 parent df4f72a commit 89abd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@
269269
<dd><a href="slider/index.html">Slider</a></dd>
270270
<dd><a href="tabs/index.html">Tabs</a></dd>
271271
<dt>Effects</dt>
272+
<dd><a href="animate/index.html">Color Animation</a></dd>
273+
<dd><a href="toggleClass/index.html">Toggle Class</a></dd>
272274
<dd><a href="addClass/index.html">Add Class</a></dd>
273275
<dd><a href="removeClass/index.html">Remove Class</a></dd>
274276
<dd><a href="switchClass/index.html">Switch Class</a></dd>
275-
<dd><a href="toggleClass/index.html">Toggle Class</a></dd>
276-
<dd><a href="animate/index.html">Animate</a></dd>
277277
<dd><a href="effect/index.html">Effect</a></dd>
278278
<dd><a href="toggle/index.html">Toggle</a></dd>
279279
<dd><a href="hide/index.html">Hide</a></dd>

0 commit comments

Comments
 (0)