vendor/assets/javascripts/_animation.js in active_frontend-10.3.0 vs vendor/assets/javascripts/_animation.js in active_frontend-11.0.0
- old
+ new
@@ -3,10 +3,10 @@
$.fn.animateCSS = function (effect, delay, callback) {
return this.each(function () {
var $this = $(this),
- animated = "animated",
+ animated = "animated animated-",
hidden = "hidden",
transitionEnd = "webkitAnimationEnd oanimationend msAnimationEnd animationend",
visibility = "visibility",
visible = "visible";
\ No newline at end of file