Skip to content

Commit

Permalink
added alternative syntax note
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Nov 29, 2012
1 parent b3d19b6 commit 877ed40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Expand Up @@ -183,6 +183,12 @@ <h2>Usage</h2>
<p>The first argument is the method to be called, the second is the angle to rotate by, and the third, optional
argument is the anchor from which to transform (left, right, top, bottom).<br>Left is default.</p>

<p>Alernatively, you can use this syntax style when using jQuery:</p>

<pre>
$domi.oriDomi().foldUp();
</pre>

<p>You can also pass an options object
literal as another argument, which can include a callback function to run when the animation completes.</p>

Expand Down

0 comments on commit 877ed40

Please sign in to comment.