Version Description
Download this release
Release Info
Developer | eleopard |
Plugin | Animate It! |
Version | 2.1.4 |
Comparing to | |
See all releases |
Code changes from version 2.1.3 to 2.1.4
- assets/css/animate-animo.css +1 -1
- assets/helper/edsanimate-tinymce-popup.php +1 -4
- assets/js/edsanimate.js +1 -2
- assets/js/edsanimate.site.js +2 -3
- edsanimate.php +1 -1
- readme.txt +8 -1
assets/css/animate-animo.css
CHANGED
@@ -4475,7 +4475,7 @@ Daniel Raftery <@ThirvingKings>
|
|
4475 |
100% { transform: rotate3d( 80,70,10,180deg ); }
|
4476 |
}
|
4477 |
|
4478 |
-
.
|
4479 |
-webkit-animation-play-state: paused;
|
4480 |
animation-play-state: paused;
|
4481 |
}
|
4475 |
100% { transform: rotate3d( 80,70,10,180deg ); }
|
4476 |
}
|
4477 |
|
4478 |
+
.eds-animation-paused {
|
4479 |
-webkit-animation-play-state: paused;
|
4480 |
animation-play-state: paused;
|
4481 |
}
|
assets/helper/edsanimate-tinymce-popup.php
CHANGED
@@ -618,10 +618,7 @@ $scroll_offset = get_option ( 'eds_scroll_offset', '75' );
|
|
618 |
}
|
619 |
|
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++
|
618 |
}
|
619 |
|
620 |
|
621 |
+
function eds_animate( animations, counter, iteration ) {
|
|
|
|
|
|
|
622 |
|
623 |
$.find('.animateit-icon').animo( animations[ counter ].animoSettings, function() {
|
624 |
counter++
|
assets/js/edsanimate.js
CHANGED
@@ -5,8 +5,7 @@
|
|
5 |
var durationClasses = ["duration1", "duration2", "duration3", "duration4", "duration5", "duration6", "duration7", "duration8", "duration9", "duration10", "duration11", "duration12", "duration13", "duration14", "duration15", "duration16", "duration17", "duration18", "duration19", "duration20"];
|
6 |
var scrollOffset = edsanimate_options.offset;
|
7 |
|
8 |
-
$('.
|
9 |
-
$('.animated').css('animation-play-state', 'running');
|
10 |
|
11 |
$('.eds-on-scroll').each(function(){
|
12 |
var $module = $(this);
|
5 |
var durationClasses = ["duration1", "duration2", "duration3", "duration4", "duration5", "duration6", "duration7", "duration8", "duration9", "duration10", "duration11", "duration12", "duration13", "duration14", "duration15", "duration16", "duration17", "duration18", "duration19", "duration20"];
|
6 |
var scrollOffset = edsanimate_options.offset;
|
7 |
|
8 |
+
$('.eds-animation-paused').removeClass('eds-animation-paused');
|
|
|
9 |
|
10 |
$('.eds-on-scroll').each(function(){
|
11 |
var $module = $(this);
|
assets/js/edsanimate.site.js
CHANGED
@@ -139,10 +139,9 @@
|
|
139 |
( '1' == edsanimate_options.hide_hz_scrollbar ) ? $('body').css('overflow-x', 'hidden'): '';
|
140 |
( '1' == edsanimate_options.hide_vl_scrollbar ) ? $('body').css('overflow-y', 'hidden'): '';
|
141 |
}
|
142 |
-
}
|
143 |
|
144 |
-
$('.eds-
|
145 |
-
$('.eds-animate').css('animation-play-state', 'running');
|
146 |
|
147 |
$('.eds-animate').each( function(){
|
148 |
$(this).initEDSAnimateBlock();
|
139 |
( '1' == edsanimate_options.hide_hz_scrollbar ) ? $('body').css('overflow-x', 'hidden'): '';
|
140 |
( '1' == edsanimate_options.hide_vl_scrollbar ) ? $('body').css('overflow-y', 'hidden'): '';
|
141 |
}
|
142 |
+
}
|
143 |
|
144 |
+
$('.eds-animation-paused').removeClass('eds-animation-paused');
|
|
|
145 |
|
146 |
$('.eds-animate').each( function(){
|
147 |
$(this).initEDSAnimateBlock();
|
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.
|
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.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
|
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.
|
7 |
License: GNU General Public License version 2 or later
|
8 |
License URI: http://www.gnu.org/copyleft/gpl.html
|
9 |
|
@@ -48,6 +48,10 @@ Alternatively:
|
|
48 |
5. Set your options from the Settings -> Animate It! admin area
|
49 |
|
50 |
== Frequently Asked Questions ==
|
|
|
|
|
|
|
|
|
51 |
= Setting the scroll offset for on scroll functionality? =
|
52 |
Percentage scroll offset can be set from Settings-> Animate It! menu in the admin area.
|
53 |
|
@@ -77,6 +81,9 @@ Add duration class ( duration1 to duration20 ) along with the other classes. or
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
80 |
= Version 2.1.3 =
|
81 |
* Minor Bug Fixes related to on scroll animation
|
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.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 |
|
48 |
5. Set your options from the Settings -> Animate It! admin area
|
49 |
|
50 |
== Frequently Asked Questions ==
|
51 |
+
|
52 |
+
= Animation flicker or occur twice at load time while using animation classes? =
|
53 |
+
Please add CSS class "eds-animation-paused" along with the other animation classes generated using class generator
|
54 |
+
|
55 |
= Setting the scroll offset for on scroll functionality? =
|
56 |
Percentage scroll offset can be set from Settings-> Animate It! menu in the admin area.
|
57 |
|
81 |
|
82 |
== Changelog ==
|
83 |
|
84 |
+
= Version 2.1.4 =
|
85 |
+
* Changes to avoid conflict with other animation scripts
|
86 |
+
|
87 |
= Version 2.1.3 =
|
88 |
* Minor Bug Fixes related to on scroll animation
|
89 |
|