Home
last modified time | relevance | path

Searched full:easing (Results 1 – 25 of 64) sorted by relevance

123

/plugin/slider/lang/en/
Dsettings.php18easing'] = "The type of 'easing' to use during transitions. If using CSS transitions,…
19 See <a href='http://gsgd.co.uk/sandbox/jquery/easing/' target='_blank'>gsgd.co.uk/sandbox/jquery/ea…
/plugin/dokuprism/prism/
Dprism.css5easing{margin-top:-76px;margin-left:-30px;width:60px;height:60px;background:#333}.prism-previewer-
/plugin/jquerymigrate/
Djquery-migrate-3.1.0.min.js2 …nction(){1<s.easing[this.easing].length&&(u("'jQuery.easing."+this.easing.toString()+"' should use…
Djquery-migrate-3.1.0.js410 if ( jQuery.easing[ this.easing ].length > 1 ) {
412 "'jQuery.easing." + this.easing.toString() + "' should use only one argument"
415 jQuery.easing[ this.easing ] = linearEasing;
/plugin/combo/ComboStrap/
H A DHover.php15 const COMBO_HOVER_EASING_CLASS = "combo-hover-easing";
88 // Grow, float and easing are in the css
/plugin/combo/resources/theme/default/components/css/
H A Donhover.css2 .combo-hover-easing {
/plugin/codeprism/lang/en/
Dsettings.php9 $lang['previewer'] = 'True to enable preview angle, color, gradient, easing, and time';
/plugin/imagecarousel/vendor/slick/
DREADME.markdown71 cssEase | string | 'ease' | CSS3 easing
76 easing | string | 'linear' | animate() fallback easing
Dslick.min.js17easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:"ond… property
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js545 (a.end[j] - a.start[j]) * a.easing(a.s);
548 res = +a.start + (a.end - a.start) * a.easing(a.s);
586 - easing (function) #optional easing function, default is @mina.linear
598 o easing (function) easing function, default is @mina.linear,
608 mina = function (a, A, b, B, get, set, easing) {
619 easing: easing || mina.linear,
665 * Default linear easing
676 * Easeout easing
687 * Easein easing
698 * Easeinout easing
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js4018 … Object that contains easing formulas for animation. You could extend it with your own. By default…
4029 # <p>See also <a href="http://raphaeljs.com/easing.html">Easing demo</a>.</p>
4114 easing = e.easing,
4136 var pos = easing(time / ms);
4242 …- easing (string) #optional easing type. Accept on of @Raphael.easing_formulas or CSS format: `cub…
4251 elproto.animateWith = function (el, anim, params, ms, easing, callback) { argument
4257 var a = params instanceof Animation ? params : R.animation(params, ms, easing, callback),
4269 // var a = params ? R.animation(params, ms, easing, callback) : anim,
4537 var easing = params.easing,
4538 easyeasy = R.easing_formulas[easing];
[all …]
/plugin/slider/conf/
Ddefault.php18 $conf['easing'] = null;
Dmetadata.php17 $meta['easing'] = array('string');
/plugin/slider/
Djquery.bxslider.js23 easing: null, property
194 // if using CSS, add the easing property
195 if(slider.usingCSS && slider.settings.easing){
196 el.css('-' + slider.cssPrefix + '-transition-timing-function', slider.settings.easing);
197 // if not using CSS and no easing value was supplied, use the default JS animation easing (swing)
198 }else if(!slider.settings.easing){
199 slider.settings.easing = 'swing';
584 el.animate(animateObj, duration, slider.settings.easing, function(){
/plugin/callflow/
Draphael.js4378 … Object that contains easing formulas for animation. You could extend it with your own. By default…
4389 # <p>See also <a href="http://raphaeljs.com/easing.html">Easing demo</a>.</p>
4474 easing = e.easing,
4496 var pos = easing(time / ms);
4603 …- easing (string) #optional easing type. Accept on of @Raphael.easing_formulas or CSS format: `cub…
4612 elproto.animateWith = function (el, anim, params, ms, easing, callback) { argument
4618 var a = params instanceof Animation ? params : R.animation(params, ms, easing, callback),
4630 // var a = params ? R.animation(params, ms, easing, callback) : anim,
4898 var easing = params.easing,
4899 easyeasy = R.easing_formulas[easing];
[all …]
/plugin/advrack/
Draphael.js4378 … Object that contains easing formulas for animation. You could extend it with your own. By default…
4389 # <p>See also <a href="http://raphaeljs.com/easing.html">Easing demo</a>.</p>
4474 easing = e.easing,
4496 var pos = easing(time / ms);
4603 …- easing (string) #optional easing type. Accept on of @Raphael.easing_formulas or CSS format: `cub…
4612 elproto.animateWith = function (el, anim, params, ms, easing, callback) { argument
4618 var a = params instanceof Animation ? params : R.animation(params, ms, easing, callback),
4630 // var a = params ? R.animation(params, ms, easing, callback) : anim,
4898 var easing = params.easing,
4899 easyeasy = R.easing_formulas[easing];
[all …]
/plugin/sequencediagram/bower_components/raphael/
Draphael.no-deps.js126easing formulas for animation. You could extend it with your own. By default it has following list…
Draphael.js126easing formulas for animation. You could extend it with your own. By default it has following list…
/plugin/amcharts/assets/amcharts/
Dfunnel.js33easing=b;c.totalFrames=a*e.updateRate;c.rh=c.h;c.frame=0;c.height(1);setTimeout(function(){c.updat…
34easing=b;c.totalFrames=a*e.updateRate;c.rw=c.w;c.frame=0;c.width(1);setTimeout(function(){c.update…
/plugin/aichat/script/
DAIChatButton.js61 easing: ["ease-in", "ease-out"], property
/plugin/revealjs/plugin/zoom-js/
Dzoom.js60 // The easing that will be applied when we zoom in/out
/plugin/jquery/
Djquery-1.4.2.js5549 animate: function( prop, speed, easing, callback ) { argument
5550 var optall = jQuery.speed(speed, easing, callback);
5679 speed: function( speed, easing, fn ) { argument
5681 complete: fn || !fn && easing ||
5684 easing: fn && easing || easing && !jQuery.isFunction(easing) && easing
5704 easing: { property
5851 // Perform the easing function, defaults to swing
5853 var defaultEasing = this.options.easing || (jQuery.easing.swing ? "swing" : "linear");
5854 …this.pos = jQuery.easing[specialEasing || defaultEasing](this.state, n, 0, 1, this.options.duratio…
/plugin/zwidoku/files/
H A Djquery.js2easing=i||S.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||…
9 …,a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(functio…
10easing,function(){d.remove(),t.isFunction(i)&&i()})}}),t.fx.step.clip=function(e){e.clipInit||(e.s… property
13 …t.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,st… property
/plugin/combo/resources/snippet/js/
H A Drequire.js31 …o', 'dojox/rails', 'dojox/av', 'dojox/drawing', 'dojox/flash', 'dojox/fx/easing', 'dojox/fx/ext-do…
/plugin/graphgear/
DGraphGear-1.4.zip ... source/classes/com/visualcondition/twease/Easing.as GraphGear-1.4/source/classes/ ...

123