From 8db5360ca8942ad13d3f90a36b22f2f1f43b4dd6 Mon Sep 17 00:00:00 2001 From: Hackzzila Date: Fri, 29 Apr 2016 20:52:10 -0500 Subject: [PATCH 1/4] Added hosted libraries into README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 96f9d82..b0d4b43 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ ``` + or use the version hosted by [SmallCDN](http://smallcdn.rocks) + ```html + + + + ``` 2. Add the class `animated` to the element you want to animate. You may also want to include the class `infinite` for an infinite loop. @@ -107,6 +113,12 @@ To use animate.css in your website, simply drop the stylesheet into your documen ``` +or use the version hosted by SmallCDN +```html + + + +``` You can do a whole bunch of other stuff with animate.css when you combine it with jQuery or add your own CSS rules. Dynamically add animations using jQuery with ease: From 016f3062f37620a017f5fa900e0e80c11e0244e1 Mon Sep 17 00:00:00 2001 From: Hackzzila Date: Fri, 29 Apr 2016 20:54:02 -0500 Subject: [PATCH 2/4] Fixed the link at the bottom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d4b43..c888b16 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ To use animate.css in your website, simply drop the stylesheet into your documen ``` -or use the version hosted by SmallCDN +or use the version hosted by [SmallCDN](http://smallcdn.rocks) ```html From 43e831b46ed56d210261d6b1d31268d14e50c729 Mon Sep 17 00:00:00 2001 From: Hackzzila Date: Sat, 30 Apr 2016 13:20:41 -0500 Subject: [PATCH 3/4] Made the URL shorter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c888b16..e6a4de7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ or use the version hosted by [SmallCDN](http://smallcdn.rocks) ```html - + ``` 2. Add the class `animated` to the element you want to animate. @@ -116,7 +116,7 @@ To use animate.css in your website, simply drop the stylesheet into your documen or use the version hosted by [SmallCDN](http://smallcdn.rocks) ```html - + ``` From 2383995ab17d35596df904ef5e853800da791d37 Mon Sep 17 00:00:00 2001 From: Hackzzila Date: Sat, 30 Apr 2016 13:56:24 -0500 Subject: [PATCH 4/4] URLs keep getting shorter! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6a4de7..0a9b983 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ or use the version hosted by [SmallCDN](http://smallcdn.rocks) ```html - + ``` 2. Add the class `animated` to the element you want to animate. @@ -116,7 +116,7 @@ To use animate.css in your website, simply drop the stylesheet into your documen or use the version hosted by [SmallCDN](http://smallcdn.rocks) ```html - + ```