Animate It! - Version 2.1.5

Version Description

Download this release

Release Info

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

Code changes from version 2.1.4 to 2.1.5

Files changed (3) hide show
  1. assets/js/edsanimate.site.js +1 -1
  2. edsanimate.php +1 -1
  3. readme.txt +4 -1
assets/js/edsanimate.site.js CHANGED
@@ -112,7 +112,7 @@
112
  this.checkPosition();
113
 
114
  } else if( "hover" == this.data('edsAnimateOn') ) {
115
- this.on("hover", function (){
116
  if( !obj.edsElemAnimating ){
117
  obj.animo("cleanse");
118
  obj.edsElemAnimating = true;
112
  this.checkPosition();
113
 
114
  } else if( "hover" == this.data('edsAnimateOn') ) {
115
+ this.on("mouseenter", function (){
116
  if( !obj.edsElemAnimating ){
117
  obj.animo("cleanse");
118
  obj.edsElemAnimating = true;
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.4
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.5
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.4
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
@@ -81,6 +81,9 @@ Add duration class ( duration1 to duration20 ) along with the other classes. or
81
 
82
  == Changelog ==
83
 
 
 
 
84
  = Version 2.1.4 =
85
  * Changes to avoid conflict with other animation scripts
86
 
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.5
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
81
 
82
  == Changelog ==
83
 
84
+ = Version 2.1.5 =
85
+ * Minor bug fixes.
86
+
87
  = Version 2.1.4 =
88
  * Changes to avoid conflict with other animation scripts
89