Skip to content

Commit

Permalink
doc: updated with animate.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Syl committed Feb 9, 2014
1 parent 7bc89f2 commit 323feeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ <h3 id="setup">Setup</h3>
</div>

<p>
At first, include jQuery and the desoSlide files in your page.
At first, include jQuery, <a href="https://github.com/daneden/animate.css">animate.css</a> and the desoSlide files in your page.
</p>
<pre><code>&lt;link rel="stylesheet" href="css/jquery.desoslide.css" />
<pre><code>&lt;link rel="stylesheet" href="css/animate.css">
&lt;link rel="stylesheet" href="css/jquery.desoslide.css">

&lt;script src="js/jquery.js">&lt;/script>
&lt;script src="js/jquery.desoslide.min.js">&lt;/script></code></pre>
Expand Down

0 comments on commit 323feeb

Please sign in to comment.