From 323feebfa6eb911799899a1e67cfc17bd27d1ab9 Mon Sep 17 00:00:00 2001 From: Syl Date: Sun, 9 Feb 2014 22:10:24 +0100 Subject: [PATCH] doc: updated with animate.css --- documentation.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation.html b/documentation.html index 5a651f6..c0f05d7 100644 --- a/documentation.html +++ b/documentation.html @@ -88,9 +88,10 @@

Setup

- At first, include jQuery and the desoSlide files in your page. + At first, include jQuery, animate.css and the desoSlide files in your page.

-
<link rel="stylesheet" href="css/jquery.desoslide.css" />
+
<link rel="stylesheet" href="css/animate.css">
+<link rel="stylesheet" href="css/jquery.desoslide.css">
 
 <script src="js/jquery.js"></script>
 <script src="js/jquery.desoslide.min.js"></script>