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

template.js.base.effect-highlight.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("highlight","show",function(b,e){var c=a(this),d={backgroundColor:c.css("backgroundColor")};"hide"===b.mode&&(d.opacity=0);a.effects.saveStyle(c);c.css({backgroundImage:"none",backgroundColor:b.color||"#ffff99"}).animate(d,{queue:!1,duration:b.duration,easing:b.easing,complete:e})})});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy