Skip to content

Commit

Permalink
sexplode is inserted in one split file to unite all of em'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Lindstroem Nielsen authored and Jesper Lindstroem Nielsen committed Mar 29, 2011
1 parent 55da89c commit a3992d5
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 312 deletions.
6 changes: 6 additions & 0 deletions tests/visual/effects.all.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@
<p>shear</p>
</div>
</li>

<li>
<div class="effect" id="sexplode">
<p>sexplode</p>
</div>
</li>
</ul>

</body>
Expand Down
1 change: 1 addition & 0 deletions tests/visual/effects.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ $(function() {
effect('#pinwheel', "pinwheel", {easing: 'linear' });
effect('#blockfade', "blockfade", {easing: 'linear' });
effect('#shear', "shear", {easing: 'linear' });
effect('#sexplode', "sexplode", {easing: 'linear' });
});
Loading

0 comments on commit a3992d5

Please sign in to comment.