Animate It! - Version 2.0.2

Version Description

Download this release

Release Info

Developer eleopard
Plugin Icon 128x128 Animate It!
Version 2.0.2
Comparing to
See all releases

Code changes from version 2.0.1 to 2.0.2

Files changed (3) hide show
  1. assets/css/animate-animo.css +5 -0
  2. edsanimate.php +1 -1
  3. readme.txt +6 -3
assets/css/animate-animo.css CHANGED
@@ -275,6 +275,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
275
  -webkit-perspective: 1000;
276
  }
277
 
 
 
 
 
 
278
  @-webkit-keyframes flash {
279
  0%, 50%, 100% {opacity: 1;}
280
  25%, 75% {opacity: 0;}
275
  -webkit-perspective: 1000;
276
  }
277
 
278
+ .animated.infinite {
279
+ -webkit-animation-iteration-count: infinite;
280
+ animation-iteration-count: infinite;
281
+ }
282
+
283
  @-webkit-keyframes flash {
284
  0%, 50%, 100% {opacity: 1;}
285
  25%, 75% {opacity: 0;}
edsanimate.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Animate It!
4
  * Plugin URI: http://www.eleopard.in
5
  * Description: It will allow user to add CSS Animations
6
- * Version: 2.0.1
7
  * Author: eLEOPARD Design Studios
8
  * Author URI: http://www.eleopard.in
9
  * License: GNU General Public License version 2 or later; see LICENSE.txt
3
  * Plugin Name: Animate It!
4
  * Plugin URI: http://www.eleopard.in
5
  * Description: It will allow user to add CSS Animations
6
+ * Version: 2.0.2
7
  * Author: eLEOPARD Design Studios
8
  * Author URI: http://www.eleopard.in
9
  * License: GNU General Public License version 2 or later; see LICENSE.txt
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: eleopard
3
  Tags: css3 animation, animate.css, jquery, on scroll animation, delay, infinite, entry exit, iteration
4
  Requires at least: 3.9
5
  Tested up to: 4.4.2
6
- Stable tag: 2.0.1
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
@@ -57,10 +57,10 @@ Settings to show or hide vertical or horizontal scroll bar are available at Set
57
  = Animation applied using older plugin and class generator won't work? =
58
  If animation applied using class generator or older plugin wont work, Please do the following:
59
  If using shortcode:
60
- Add duration="1" (you can add 1 to 12) as one of the attribute of the shortcode.
61
 
62
  If using class generator:
63
- Add duration class ( duration1 to duration12 ) along with the other classes. or use the class generator one more time to generate same animation classes.
64
 
65
  == Screenshots ==
66
 
@@ -77,6 +77,9 @@ Add duration class ( duration1 to duration12 ) along with the other classes. or
77
 
78
  == Changelog ==
79
 
 
 
 
80
  = Version 2.0.1 =
81
  * Minor changes to handle higher load time
82
 
3
  Tags: css3 animation, animate.css, jquery, on scroll animation, delay, infinite, entry exit, iteration
4
  Requires at least: 3.9
5
  Tested up to: 4.4.2
6
+ Stable tag: 2.0.2
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
57
  = Animation applied using older plugin and class generator won't work? =
58
  If animation applied using class generator or older plugin wont work, Please do the following:
59
  If using shortcode:
60
+ Add duration="1" (you can add 1 to 20) as one of the attribute of the shortcode.
61
 
62
  If using class generator:
63
+ Add duration class ( duration1 to duration20 ) along with the other classes. or use the class generator one more time to generate same animation classes.
64
 
65
  == Screenshots ==
66
 
77
 
78
  == Changelog ==
79
 
80
+ = Version 2.0.2 =
81
+ * Minor fixes to support infinite animation added using older version
82
+
83
  = Version 2.0.1 =
84
  * Minor changes to handle higher load time
85