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

template.js.base.effect-scale.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","./effect-size"],a):a(jQuery)})(function(a){return a.effects.define("scale",function(b,e){var c=a(this),d=b.mode,d=parseInt(b.percent,10)||(0===parseInt(b.percent,10)?0:"effect"!==d?0:100),c=a.extend(!0,{from:a.effects.scaledDimensions(c),to:a.effects.scaledDimensions(c,d,b.direction||"both"),origin:b.origin||["middle","center"]},b);b.fade&&(c.from.opacity=1,c.to.opacity=0);a.effects.effect.size.call(this,
c,e)})});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy