Searched refs:animate (Results 1 – 25 of 51) sorted by relevance
123
/template/boozurk/ |
D | boozurk.js | 106 d.css( {'display' : 'block' } ).animate( { 'opacity' : 0.95 } ); 112 d.stop().animate( { 'opacity' : 0 }, 200, 'swing', function(){ d.css( {'display' : '' } ); } ); 137 self.stop().css({opacity: 0, display: 'block', visibility: 'visible'}).animate({opacity: 0.9}); 172 $("html, body").animate({ 180 $("html, body").animate({
|
D | cooltips.js | 41 baloon.stop().css({opacity: 0}).animate({opacity: 0.9}); 48 baloon.stop().css({opacity: 0}).animate({opacity: 0.9});
|
/template/m1/ |
D | script.js | 113 }).animate(bodyAnimation, speed, function() { 122 $menu.css('display', 'block').animate(menuAnimation, speed, function() { 160 $body.addClass('sidr-animating').animate(bodyAnimation, speed).removeClass(bodyClass); 161 $menu.animate(menuAnimation, speed, function() {
|
/template/templar/js/ |
D | bootstrap-modal.js | 157 , animate = this.$element.hasClass('fade') ? 'fade' : '' 160 var doAnimate = $.support.transition && animate 162 this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
|
/template/parallax/lib/js/ |
D | jquery.slimbox.min.js | 1 …animate({height:c,top:t},n.resizeDuration,n.resizeEasing)}if(b.offsetWidth!=l){e(b).animate({width…
|
D | jquery.slimbox.js | 128 w(a).animate({height: r, top: M}, u.resizeDuration, u.resizeEasing) 131 w(a).animate({width: L, marginLeft: -L / 2}, u.resizeDuration, u.resizeEasing) 146 w(c).css("marginTop", -c.offsetHeight).animate({marginTop: 0}, u.captionAnimationDuration);
|
D | jquery.jcarousel.js | 256 if (!r && a > 0) return l.animate(i, s), void 0;
|
/template/templar/less/ |
D | accordion.less | 30 // Inner needs the styles because you can't animate properly with any styles on the element
|
/template/sprintdoc/js/ |
D | direct.js | 113 $('html, body').animate({
|
D | sidebar.js | 164 $main.css({opacity: 0, visibility: "visible"}).animate({opacity: 1}, 200);
|
/template/hexa/ |
D | menus.js | 17 $( 'body,html' ).animate( {
|
/template/breeze/bower_components/gumby/js/libs/ui/ |
D | gumby.skiplink.js | 97 $('html,body').animate({
|
/template/starterbootstrap/js/ |
D | script.js | 39 jQNew('html,body').animate({
|
D | bootstrap.js | 1066 var animate = this.$element.hasClass('fade') ? 'fade' : '' 1069 var doAnimate = $.support.transition && animate 1071 this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
|
/template/parallax/lib/bootstrap/js/ |
D | bootstrap.js | 382 $active.animate({left: (direction == 'right' ? '100%' : '-100%')}, 600, function () { 389 …$next.addClass(type).css({left: (direction == 'right' ? '-100%' : '100%')}).animate({left: '0'}, 6… 910 , animate = this.$element.hasClass('fade') ? 'fade' : '' 913 var doAnimate = $.support.transition && animate 915 this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
|
D | bootstrap.min.js | 190 m.animate({left: (l == "right" ? "100%" : "-100%")}, 600, function () { 197 …d.addClass(k).css({left: (l == "right" ? "-100%" : "100%")}).animate({left: "0"}, 600, function ()…
|
/template/sprintdoc/fonts/icons/ |
D | README.txt | 60 - animate.css - use it to get ideas about spinner rotation animation.
|
/template/bootstrap3/ |
D | script.js | 210 jQuery('html, body').animate({ 320 jQuery('html, body').animate({ scrollTop: 0 }, 600);
|
/template/dokui/js/ |
D | uikit.min.js | 3 …animate({height:0,opacity:0,"padding-top":0,"padding-bottom":0,"margin-top":0,"margin-bottom":0},t… 4 …ow).height();b.outerHeight()}return c+f>d&&(c=d-f),a("html,body").stop().animate({scrollTop:c},e.o…
|
/template/flat/assets/js/ |
D | flat.js | 1055 var animate = this.$element.hasClass('fade') ? 'fade' : '' 1058 var doAnimate = $.support.transition && animate 1060 this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
|
/template/kajukkk/bs/ |
D | bootstrap.js | 833 var animate = this.$element.hasClass('fade') ? 'fade' : '' 836 var doAnimate = $.support.transition && animate 839 .addClass('modal-backdrop ' + animate)
|
/template/klean/bootstrap/js/ |
D | bootstrap.js | 1103 var animate = this.$element.hasClass('fade') ? 'fade' : '' 1106 var doAnimate = $.support.transition && animate 1109 .addClass('modal-backdrop ' + animate)
|
/template/mywiki/ |
D | bootstrap.js | 1103 var animate = this.$element.hasClass('fade') ? 'fade' : '' 1106 var doAnimate = $.support.transition && animate 1109 .addClass('modal-backdrop ' + animate)
|
/template/quickjump/ |
D | jquery-1.4.2.min.js | 133 …t"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);… 134 …lddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);… 135 …]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hid… 136 animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);r… 138 …adeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.exten…
|
/template/breeze/bower_components/gumby/js/libs/ |
D | gumby.min.js | 1 …n(){Gumby.debug("Skipping to target",this.$el);var i=this;t("html,body").animate({scrollTop:this.c…
|
123