All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.js.base.effect-fade.min.js Maven / Gradle / Ivy

There is a newer version: 5.0.5
Show newest version
'use strict';(function(a){"function"===typeof define&&define.amd?define(["jquery","../version","../effect"],a):a(jQuery)})(function(a){return a.effects.define("fade","toggle",function(b,d){var c="show"===b.mode;a(this).css("opacity",c?0:1).animate({opacity:c?1:0},{queue:!1,duration:b.duration,easing:b.easing,complete:d})})});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy