| /plugin/iphelper/ |
| D | all.css | 25 -webkit-animation-name: fadeIn; /* Fade in the background */ 26 -webkit-animation-duration: 0.4s; 27 animation-name: fadeIn; 28 animation-duration: 0.4s 37 -webkit-animation-name: slideIn; 38 -webkit-animation-duration: 0.4s; 39 animation-name: slideIn; 40 animation-duration: 0.4s
|
| /plugin/ajaxedit/vendor/pnotify/ |
| D | jquery.pnotify.js | 100 s.animation = true; 427 if (s.animation && s.nextpos2 < curpos2) { 460 …if (s.animation && (curpos1 > s.nextpos1 || animate.top || animate.bottom || animate.right || anim… 519 if (opts.animation == "fade" || opts.animation.effect_in == "fade") { 566 var animation; 567 if (typeof opts.animation.effect_in != "undefined") 568 animation = opts.animation.effect_in; 570 animation = opts.animation; 571 if (animation == "none") { 574 } else if (animation == "show") [all …]
|
| D | jquery.pnotify.min.js | 14 ….stack;if(d)d.nextpos1=d.firstpos1,d.nextpos2=d.firstpos2,d.addpos2=0,d.animation=true}),d.each(e,… 25 …addpos2+(typeof c.spacing2=="undefined"?25:c.spacing2),c.addpos2=0;if(c.animation&&c.nextpos2<f)sw… 26 …:if(b.outerWidth(true)>c.addpos2)c.addpos2=b.width()}if(c.nextpos1)if(c.animation&&(a>c.nextpos1||… 28 …b)===false||(a.stack.push!="top"&&b.pnotify_position(true),a.animation=="fade"||a.animation.effect… 29 …animation.effect_in!="undefined"?a.animation.effect_in:a.animation;c=="none"?(b.show(),d()):c=="sh… 30 …animation.effect_out!="undefined"?a.animation.effect_out:a.animation;c=="none"?(b.hide(),d()):c=="… 37 …et().top+2,m.css({top:"-"+q+"px"}),i.data("pnotify_history",m))}a.stack.animation=false;b.pnotify_… 39 ….2,history:true,width:"300px",min_height:"16px",type:"notice",icon:true,animation:"fade",animate_s… property
|
| /plugin/timetrack/vendor/pnotify/ |
| D | jquery.pnotify.js | 100 s.animation = true; 427 if (s.animation && s.nextpos2 < curpos2) { 460 …if (s.animation && (curpos1 > s.nextpos1 || animate.top || animate.bottom || animate.right || anim… 519 if (opts.animation == "fade" || opts.animation.effect_in == "fade") { 566 var animation; 567 if (typeof opts.animation.effect_in != "undefined") 568 animation = opts.animation.effect_in; 570 animation = opts.animation; 571 if (animation == "none") { 574 } else if (animation == "show") [all …]
|
| D | jquery.pnotify.min.js | 14 ….stack;if(d)d.nextpos1=d.firstpos1,d.nextpos2=d.firstpos2,d.addpos2=0,d.animation=true}),d.each(e,… 25 …addpos2+(typeof c.spacing2=="undefined"?25:c.spacing2),c.addpos2=0;if(c.animation&&c.nextpos2<f)sw… 26 …:if(b.outerWidth(true)>c.addpos2)c.addpos2=b.width()}if(c.nextpos1)if(c.animation&&(a>c.nextpos1||… 28 …b)===false||(a.stack.push!="top"&&b.pnotify_position(true),a.animation=="fade"||a.animation.effect… 29 …animation.effect_in!="undefined"?a.animation.effect_in:a.animation;c=="none"?(b.show(),d()):c=="sh… 30 …animation.effect_out!="undefined"?a.animation.effect_out:a.animation;c=="none"?(b.hide(),d()):c=="… 37 …et().top+2,m.css({top:"-"+q+"px"}),i.data("pnotify_history",m))}a.stack.animation=false;b.pnotify_… 39 ….2,history:true,width:"300px",min_height:"16px",type:"notice",icon:true,animation:"fade",animate_s… property
|
| /plugin/judge/ |
| D | style.css | 75 -webkit-animation-fill-mode: both; 76 animation-fill-mode: both; 77 -webkit-animation: load7 1.8s infinite ease-in-out; 78 animation: load7 1.8s infinite ease-in-out; 89 -webkit-animation-delay: -0.16s; 90 animation-delay: -0.16s; 96 -webkit-animation-delay: -0.32s; 97 animation-delay: -0.32s;
|
| /plugin/openlayersmap/ |
| D | style.less | 174 -moz-animation-name: fadeIn; 175 -webkit-animation-name: fadeIn; 176 animation-name: fadeIn; 177 -moz-animation-timing-function: ease; 178 -webkit-animation-timing-function: ease; 179 animation-timing-function: ease; 180 -moz-animation-delay: 0.35s; 181 -webkit-animation-delay: 0.35s; 182 animation-delay: 0.35s; 183 -moz-animation-duration: 5s; [all …]
|
| /plugin/layeranimation/ |
| D | README.md | 6 …animation with the mouse to pause it. Leaving the animated area will resume the anmation. You can … 8 Pausing the animation causes the current layer to end its animation (if still in progress) and then… 10 …the button skips to the layer and pauses the animation. Clicking the button again will resume the … 15 <animation %HEIGHT% [%CLASS%]> 30 </animation> 38 … - is a number determining the height of the overall animation in pixels. The width of the animati… 40 … the keyword you can put any CSS class name into this place to make the animation look more like y…
|
| D | plugin.info.txt | 8 desc Creates an animation out of layers 9 url http://www.inetsoftware.de/other-products/dokuwiki-plugins/layer-animation
|
| /plugin/jirainfo/ |
| D | script.js | 12 animation: JSINFO['jirainfo']['animation'] || "pop" property 52 popup.classList.remove(CONF.animation+"-in"); 53 popup.classList.add(CONF.animation+"-out"); 59 let popupItems = document.querySelectorAll(".ji-popup."+ CONF.animation +"-in"); 70 …document.getElementById(elem.getAttribute("data-target")).classList.contains(CONF.animation+"-in"); 163 popup.className = "ji-popup "+ CONF.animation +" "+ CONF.animation +"-out"; 179 popup.classList.remove(CONF.animation + "-out"); 180 popup.classList.add(CONF.animation + "-in");
|
| /plugin/botmon/img/ |
| H A D | busy-light.svg | 16 .box:nth-child(1){animation: box-1 4s infinite} 30 .box:nth-child(2){animation: box-2 4s infinite} 44 .box:nth-child(3) {animation: box-3 4s infinite} 58 .box:nth-child(4) {animation: box-4 4s infinite} 72 .box:nth-child(5) {animation: box-5 4s infinite} 86 .box:nth-child(6) {animation: box-6 4s infinite} 100 .box:nth-child(7) {animation: box-7 4s infinite} 114 .box:nth-child(8){animation: box-8 4s infinite} 128 .box:nth-child(9) {animation: box-9 4s infinite}
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | lazy-load-fade.css | 2 animation-name: lazy-fade-cs; 3 animation-duration: 2s;
|
| /plugin/stlviewer/stlviewer/ |
| D | stl_viewer.min.js | 2 …animation&&(o.animation[e.id]=1)},this.set_scale=function(e,t,a,i,n){if(void 0===o.models_ref[e])r…
|
| /plugin/firenews/HTMLTemplates/editnews/ |
| D | editnewsTemplate.js | 14 $('.save-message')[0].style.animation = "fadeOutAnimation 1s"; 24 $('.delete-message')[0].style.animation = "fadeOutAnimation 1s";
|
| D | editnewsTemplate.css | 3 animation: fadeInAnimation ease 1s; 16 animation: fadeInAnimation ease 1s;
|
| /plugin/datatables/assets/datatables.net-buttons/css/ |
| D | mixins.scss | 203 animation: dtb-spinner 1500ms infinite linear; 204 -o-animation: dtb-spinner 1500ms infinite linear; 205 -ms-animation: dtb-spinner 1500ms infinite linear; 206 -webkit-animation: dtb-spinner 1500ms infinite linear; 207 -moz-animation: dtb-spinner 1500ms infinite linear;
|
| D | buttons.bootstrap4.min.css | 1 …animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-a…
|
| D | buttons.bootstrap4.css | 232 animation: dtb-spinner 1500ms infinite linear; 233 -o-animation: dtb-spinner 1500ms infinite linear; 234 -ms-animation: dtb-spinner 1500ms infinite linear; 235 -webkit-animation: dtb-spinner 1500ms infinite linear; 236 -moz-animation: dtb-spinner 1500ms infinite linear;
|
| D | buttons.bootstrap5.css | 232 animation: dtb-spinner 1500ms infinite linear; 233 -o-animation: dtb-spinner 1500ms infinite linear; 234 -ms-animation: dtb-spinner 1500ms infinite linear; 235 -webkit-animation: dtb-spinner 1500ms infinite linear; 236 -moz-animation: dtb-spinner 1500ms infinite linear;
|
| D | buttons.bootstrap5.min.css | 1 …animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-a…
|
| /plugin/bootswrapper/exe/help/ |
| D | modal.txt | 80 ===== Remove animation ===== 84 <btn type="primary" modal="modal-no-fade">No fade animation</btn> 86 <modal id="modal-no-fade" fade="false" title="No fade animation">...</modal> 92 <btn type="primary" modal="modal-no-fade">No fade animation</btn> 94 <modal id="modal-no-fade" fade="false" title="No fade animation">...</modal> 124 | ''fade'' | ''false'' | ''true'' ''false'' | Enable the fade animation |
|
| /plugin/bootswrapper/syntax/ |
| D | popover.php | 104 if ($animation) { 105 $html5_data[] = 'data-animation="' . $animation . '"';
|
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.less | 203 -webkit-animation: pulsate 1s ease-out infinite; 204 -moz-animation: pulsate 1s ease-out infinite; 205 -ms-animation: pulsate 1s ease-out infinite; 206 -o-animation: pulsate 1s ease-out infinite; 207 animation: pulsate 1s ease-out infinite;
|
| /plugin/firenews/HTMLTemplates/author/ |
| D | author.js | 42 $('.error-message')[0].style.animation = "fadeOutAnimation 1s"; 55 $('.info-message')[0].style.animation = "fadeOutAnimation 1s";
|
| /plugin/imagecarousel/vendor/swipebox/css/ |
| D | swipebox.min.css | 1 …animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSprin…
|