Home
last modified time | relevance | path

Searched refs:animate (Results 76 – 92 of 92) sorted by path

1234

/plugin/revealjs/js/
H A Dreveal.js5843 this.animate();
5851 Playback.prototype.animate = function() {
5866 features.requestAnimationFrameMethod.call( window, this.animate.bind( this ) );
/plugin/scrollticker/
H A Dscript.js63 $strip.animate({left: '-='+ spazio}, tempo, "linear", function(){
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4662 elproto.animate = function (params, ms, easing, callback) {
4973 setproto.animate = function (params, ms, easing, callback) {
4988 item = this.items[--i].animate(anim);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1animate=function(t,r,i,n){if(this.removed)return n&&n.call(this),this;var a=t instanceof ne?t:e.an…
H A Draphael.no-deps.min.js1animate=function(t,r,i,n){if(this.removed)return n&&n.call(this),this;var a=t instanceof ne?t:e.an…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19animate=function(a,d,e,f,g,h){"function"!=typeof g||g.length||(h=g,g=c.linear);var i=c.time(),j=c(…
20 …gth;d>c;c++)if(a.call(b,this.items[c],c)===!1)return this;return this},g.animate=function(d,e,f,g)…
21 …h(function(a,c){b.once("snap.animcreated."+a.id,k),i?h[c]&&a.animate.apply(a,h[c]):a.animate(d,e,f…
H A Dsnap.svg.js3401 Snap.animate = function (from, to, setter, ms, easing, callback) {
3438 elproto.animate = function (attrs, ms, easing, callback) {
6867 setproto.animate = function (attrs, ms, easing, callback) { function
6900 args[i] && el.animate.apply(el, args[i]);
6902 el.animate(attrs, ms, easing, callbacker);
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md24 * Added syncronisation for `Set.animate()`
41 * Fix `Element.animate()`
42 * Fix for animate and stroke-dashoffset
/plugin/showsamples/
H A Djquery.scrollTo.min.js7 …tend({},b,{queue:!0,duration:d,complete:a&&function(){a.call(q,e,b)}});r.animate(f,k)}if(null!==a)…
/plugin/slider/
H A Djquery.bxslider.js584 el.animate(animateObj, duration, slider.settings.easing, function(){
590 el.animate(animateObj, speed, 'linear', function(){
1155 slider.viewport.animate({height: getViewportHeight()}, slider.settings.adaptiveHeightSpeed);
1168 slider.viewport.animate({height: getViewportHeight()}, slider.settings.adaptiveHeightSpeed);
/plugin/snow/
H A Dsnowstorm.js465 this.animate = function() { method in snowStorm
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2animate=function(){o.killsign||(Object.keys(o.animation).forEach(function(e){void 0!==o.models_ref… function
H A Dthree.min.js2 …get() and .clear() instead."),this.setRenderTarget(t),this.clear(e,n,r)},animate:function(t){conso…
/plugin/tcycle/
H A Dscript.js2 …);r?(l.fadeOut(a),d.fadeIn(a,y)):(l.animate({left:-s},a,function(){l.hide()}),d.css({left:s,displa…
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js367 var animate = {};
430 animate.top = s.nextpos2+"px";
433 animate.bottom = s.nextpos2+"px";
436 animate.right = s.nextpos2+"px";
439 animate.left = s.nextpos2+"px";
460 …if (s.animation && (curpos1 > s.nextpos1 || animate.top || animate.bottom || animate.right || anim…
463 animate.top = s.nextpos1+"px";
469 animate.right = s.nextpos1+"px";
472 animate.left = s.nextpos1+"px";
479 if (animate.top || animate.bottom || animate.right || animate.left)
[all …]
H A Djquery.pnotify.min.js16 …",b.css("height","auto").animate({width:a.width,opacity:a.nonblock?a.nonblock_opacity:a.opacity},"…
17 ….stopPropagation();k=null;b.css("cursor","auto");a.nonblock&&g!="out"&&b.animate({opacity:a.opacit…
22 …endTo(b.container);a.width!==c.width&&b.animate({width:a.width});a.min_height!==c.min_height&&b.co…
27 …"px"}else b.css(g,c.nextpos1+"px");(e.top||e.bottom||e.right||e.left)&&b.animate(e,{duration:500,q…
35 d("<div />",{"class":"ui-pnotify-history-container "+f.hi_menu,mouseleave:function(){m.animate({top…
37 q=d("<span />",{"class":"ui-pnotify-history-pulldown "+f.hi_hnd,mouseenter:function(){m.animate({to…
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2709 SimileAjax.jQuery(A._containerDiv).animate(H,A.autoWidthAnimationTime,"linear",function(){A._autoRe…

1234