芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/breadwinnerv2/crm/assets/js/scripts/animation/animation.min.js
!function(a,n,t){"use strict";t(".buttonAnimation").each(function(){t(this).hover(function(){var a=t(this).attr("data-animation");t(this).addClass("animated "+a)},function(){var a=t(this).attr("data-animation");t(this).removeClass("animated "+a)})}),t(".collapseAnimation").each(function(){t(this).on("click",function(){var a=t(this).attr("data-animation"),n=t(this).attr("href");t(n).addClass("animated "+a)})}),t(".alertAnimation").each(function(){t(this).on("click",function(){var a=t(this).attr("data-animation");t(this).parent(".alert").addClass("animated "+a),t(this).parent("div").one("webkitAnimationEnd oanimationend msAnimationEnd animationend",function(n){t("div").removeClass("animated "+a)})})}),t(".calloutAnimation").each(function(){t(this).on("click",function(){var a=t(this).attr("data-animation");t(this).parent("div").addClass("animated "+a),t(this).parent("div").one("webkitAnimationEnd oanimationend msAnimationEnd animationend",function(n){t("div").removeClass("animated "+a)})})}),t(".cardAnimation .card").appear(),t(n).on("appear",'[data-appear="appear"]',function(){var a=t(this),n=a.data("animation");a.hasClass("appear-no-repeat")||a.addClass("animated "+n)}),t(n).on("disappear",'[data-appear="appear"]',function(){var a=t(this),n=a.data("animation");a.hasClass("appear-no-repeat")||a.removeClass("animated "+n)})}(window,document,jQuery);