Home
last modified time | relevance | path

Searched refs:animation (Results 1 – 25 of 214) sorted by relevance

123456789

/plugin/iphelper/
H A Dall.css25 -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/timetrack/vendor/pnotify/
H A Djquery.pnotify.js100 s.animation = true;
519 if (opts.animation == "fade" || opts.animation.effect_in == "fade") {
566 var animation;
568 animation = opts.animation.effect_in;
570 animation = opts.animation;
583 …pnotify.show(animation, (typeof opts.animation.options_in == "object" ? opts.animation.options_in …
590 var animation;
592 animation = opts.animation.effect_out;
594 animation = opts.animation;
607 …pnotify.hide(animation, (typeof opts.animation.options_out == "object" ? opts.animation.options_ou…
[all …]
H A Djquery.pnotify.min.js14 ….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…
29animation.effect_in!="undefined"?a.animation.effect_in:a.animation;c=="none"?(b.show(),d()):c=="sh…
30animation.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 in d.pnotify.defaults
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js100 s.animation = true;
519 if (opts.animation == "fade" || opts.animation.effect_in == "fade") {
566 var animation;
568 animation = opts.animation.effect_in;
570 animation = opts.animation;
583 …pnotify.show(animation, (typeof opts.animation.options_in == "object" ? opts.animation.options_in …
590 var animation;
592 animation = opts.animation.effect_out;
594 animation = opts.animation;
607 …pnotify.hide(animation, (typeof opts.animation.options_out == "object" ? opts.animation.options_ou…
[all …]
H A Djquery.pnotify.min.js14 ….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…
29animation.effect_in!="undefined"?a.animation.effect_in:a.animation;c=="none"?(b.show(),d()):c=="sh…
30animation.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 in d.pnotify.defaults
/plugin/judge/
H A Dstyle.css75 -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/
H A Dstyle.less174 -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
[all...]
/plugin/jirainfo/
H A Dscript.js12 animation: JSINFO['jirainfo']['animation'] || "pop" property in AnonymousFunction10a5385e0100.CONF
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/layeranimation/
H A DREADME.md6animation 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…
H A Dplugin.info.txt8 desc Creates an animation out of layers
9 url http://www.inetsoftware.de/other-products/dokuwiki-plugins/layer-animation
/plugin/combo/resources/theme/default/components/css/
H A Dlazy-load-fade.css2 animation-name: lazy-fade-cs;
3 animation-duration: 2s;
H A Dlazy-load-spinner.css18 animation: spinner .6s linear infinite;
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2animation&&(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/
H A DeditnewsTemplate.js14 $('.save-message')[0].style.animation = "fadeOutAnimation 1s";
24 $('.delete-message')[0].style.animation = "fadeOutAnimation 1s";
H A DeditnewsTemplate.css3 animation: fadeInAnimation ease 1s;
16 animation: fadeInAnimation ease 1s;
/plugin/datatables/assets/datatables.net-buttons-bs/css/
H A Dbuttons.bootstrap.min.css
/plugin/bootswrapper/syntax/
H A Dpopover.php104 if ($animation) {
105 $html5_data[] = 'data-animation="' . $animation . '"';
/plugin/bootswrapper/exe/help/
H A Dmodal.txt80 ===== 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/firenews/HTMLTemplates/author/
H A Dauthor.js42 $('.error-message')[0].style.animation = "fadeOutAnimation 1s";
55 $('.info-message')[0].style.animation = "fadeOutAnimation 1s";
/plugin/indobible/
H A Dscript.js5 jQuery('.alkitab').popover({html : true, animation: true });
/plugin/imagecarousel/vendor/swipebox/css/
H A Dswipebox.min.css1animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSprin…
H A Dswipebox.less176 -webkit-animation: rightSpring 0.3s;
177 animation: rightSpring 0.3s;
180 -webkit-animation: leftSpring 0.3s;
181 animation: leftSpring 0.3s;
/plugin/gallery/swipebox/css/
H A Dswipebox.less
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md9 * Added animation support for `viewBox`
44 * Fix for animation of SVG transformations, matrices and polygon points
/plugin/imagelink/
H A Dstyle.css3 animation: scaleOnHover 0.6s ease-in-out;

123456789