Animate It! - Version 2.1.2

Version Description

Download this release

Release Info

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

Code changes from version 2.1.1 to 2.1.2

assets/helper/edsanimate-tinymce-popup.php CHANGED
@@ -620,6 +620,9 @@ $scroll_offset = get_option ( 'eds_scroll_offset', '75' );
620
 
621
  function eds_animate( animations, counter, iteration ) {
622
 
 
 
 
623
  $.find('.animateit-icon').animo( animations[ counter ].animoSettings, function() {
624
  counter++
625
  if( counter < animations.length ) {
620
 
621
  function eds_animate( animations, counter, iteration ) {
622
 
623
+ $.find('.animateit-icon').css('-webkit-animation-play-state', 'running');
624
+ $.find('.animateit-icon').css('animation-play-state', 'running');
625
+
626
  $.find('.animateit-icon').animo( animations[ counter ].animoSettings, function() {
627
  counter++
628
  if( counter < animations.length ) {
edsanimate.php CHANGED
@@ -5,7 +5,7 @@
5
  * Domain Path: /lang
6
  * Plugin URI: http://www.eleopard.in
7
  * Description: Add cool CSS3 animations to your content.
8
- * Version: 2.1.1
9
  * Author: eLEOPARD Design Studios
10
  * Author URI: http://www.eleopard.in
11
  * License: GNU General Public License version 2 or later; see LICENSE.txt
5
  * Domain Path: /lang
6
  * Plugin URI: http://www.eleopard.in
7
  * Description: Add cool CSS3 animations to your content.
8
+ * Version: 2.1.2
9
  * Author: eLEOPARD Design Studios
10
  * Author URI: http://www.eleopard.in
11
  * 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.5.1
6
- Stable tag: 2.1.1
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
@@ -77,6 +77,9 @@ Add duration class ( duration1 to duration20 ) along with the other classes. or
77
 
78
  == Changelog ==
79
 
 
 
 
80
  = Version 2.1.1 =
81
  * Minor changes to handle load time delay
82
  * Description updated
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.5.1
6
+ Stable tag: 2.1.2
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
77
 
78
  == Changelog ==
79
 
80
+ = Version 2.1.2 =
81
+ * Minor Bug Fixes
82
+
83
  = Version 2.1.1 =
84
  * Minor changes to handle load time delay
85
  * Description updated