Home
last modified time | relevance | path

Searched refs:fade (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/bootswrapper/exe/help/
H A Dmodal.txt82 For modals that simply appear rather than fade in to view, set to ''false'' the ''fade'' attribute.
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 |
H A Dnav.txt247 | ''fade'' | optional | ''true'' | Enable fade effect on tabs |
H A Dpopover.txt73 | ''animation'' | ''true'' | ''true'' ''false'' | Apply a CSS fade transition to the popover |
/plugin/combo/resources/theme/default/components/css/
H A Dlazy-load-fade.css1 .lazy-fade-cs {
2 animation-name: lazy-fade-cs;
6 @keyframes lazy-fade-cs {
/plugin/diagramsnet/lib/math/extensions/
H A DFontWarnings.js19fade===0){if(c.timer){clearTimeout(c.timer)}c.div.style.display="none"}}},[["span",{style:{positio… property in c
/plugin/multiorphan/
H A Dstyle.less83 background-color: fade(@ini_existing, 10%);
87 background-color: fade(@ini_missing, 10%);
91 background-color: fade(@ini_missing, 20%);
120 background: fade(@ini_existing, 10%);
/plugin/bootswrapper/syntax/
H A Dmodal.php97 $fade = $attributes['fade'] === true ? 'fade' : '';
124 …$markup = '<div class="bs-wrap bs-wrap-modal modal ' . $fade . '" id="' . $id . '" role="dialog" t…
/plugin/prosemirror/
H A DcustomMenu.less37 border-right: 1px solid fade(@ini_border, 30%);
41 background-color: fade(@ini_border, 30%);
H A Dstyle.less3 @highlight-odd-ini_text: fade(@ini_background, 95%);
4 @highlight-even-ini_text: fade(@ini_text, 5%);
/plugin/rssticker/
H A Dstyle.css8 …filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if…
9 -moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
/plugin/revealjs/css/
H A Dreveal.css59 .reveal .slides section .fragment.fade-out {
62 .reveal .slides section .fragment.fade-out.visible {
66 .reveal .slides section .fragment.semi-fade-out {
79 .reveal .slides section .fragment.fade-up {
82 .reveal .slides section .fragment.fade-up.visible {
86 .reveal .slides section .fragment.fade-down {
93 .reveal .slides section .fragment.fade-right {
100 .reveal .slides section .fragment.fade-left {
107 .reveal .slides section .fragment.fade-in-then-out,
914 .reveal .slides section[data-transition=fade],
[all …]
H A Dreveal.scss75 .reveal .slides section .fragment.fade-out {
85 .reveal .slides section .fragment.semi-fade-out {
104 .reveal .slides section .fragment.fade-up {
112 .reveal .slides section .fragment.fade-down {
120 .reveal .slides section .fragment.fade-right {
128 .reveal .slides section .fragment.fade-left {
136 .reveal .slides section .fragment.fade-in-then-out,
969 .reveal .slides section[data-transition=fade],
970 .reveal.fade .slides section:not([data-transition]),
977 .reveal.fade.overview .slides section,
[all …]
/plugin/jirainfo/
H A Dstyle.less185 &.fade {
188 &.fade-in {
191 &.fade-out {
/plugin/revealjs/
H A Dexample_presentation.dokuwiki205 <fragment fade-out>fade-out</fragment>
207 <fragment-block fade-up>fade-up (also down, left and right!)</fragment-block>
215 <fragment><sub>Attention: grow, shrink, fade-up/-down/-left/-right</sub>\\
H A DREADME.md127 * fade
133 The default is fade.
269 …itespaces: `---- orange wiki:dokuwiki-128.png 10% repeat bg-slide zoom-in fade-out slow no-footer …
275 …- Background transition: prefix `bg-` followed by `none`, `fade`, `slide`, `convex`, `concave` or …
276 …- Slide transition: `none`, `fade`, `slide`, `convex`, `concave` or `zoom` followed by optional po…
H A Dchangelog.md21 …important: `---- orange wiki:dokuwiki-128.png 10% repeat bg-slide zoom-in fade-out slow no-footer …
27 …- Background transition: prefix `bg-` followed by `none`, `fade`, `slide`, `convex`, `concave` or …
28 …- Slide transition: `none`, `fade`, `slide`, `convex`, `concave` or `zoom` followed by optional po…
/plugin/s5reloaded/ui/effects_support/
H A Dpresentacular.js73 fade: Effect.Fade, property in Presentacular.effects
/plugin/html5video2/
H A Dprint.css47 /* Fading sytles, used to fade control bar. */
48 div.dokuwiki .vjs-fade-in {
51 div.dokuwiki .vjs-fade-out {
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHove… property in e.defaults
18fade===!1&&(d=i.currentSlide,c!==!0?i.animateSlide(g,function(){i.postSlide(d)}):i.postSlide(d))):…
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css555 The other problem I had was caused by the fact that I wanted the hint to fade
561 CSS, so I needed a way to not only fade out the hint but also move it out of
566 to be visible. I wanted the hint only to fade in and out visually, so I delayed
567 the fade in transition, so it starts when the hint is already in its correct
612 Now let's imagine that the hint is visible and we want to fade it out and move out
616 transition on transform property delayed by 1s so it will happen after the fade out
650 Now for fade in transition we have the oposite situation from the one
654 into its correct position and after that we fade it in with opacity
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th,div.jsoneditor-field,div.jsoneditor-value{font-family:droid sans mono,consolas,monospace,courier new,courier,sans-serif;font-size:10pt;color:#1A1A1A}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:'';display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before,.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-top:7px solid transparent;border-bottom:7px solid transparent;content:'';top:19px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;right:-14px;left:inherit}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;left:-14px}.jsoneditor-schema-error:focus .jsoneditor-popover,.jsoneditor-schema-error:hover .jsoneditor-popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@-moz-keyframes fade-in{from{opacity:0}to{opacity:1}}@-ms-keyframes fade-in{from{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:col (…)
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js1392 var fade = 50;
1397 mxUtils.setOpacity(temp, (wrapper.scrollLeft > 0) ? 100 : fade);
1398 …s.setOpacity(temp2, (wrapper.scrollLeft < wrapper.scrollWidth - wrapper.clientWidth) ? 100 : fade);
1402 mxUtils.setOpacity(temp, (wrapper.scrollLeft > 0) ? 100 : fade);
1403 …s.setOpacity(temp2, (wrapper.scrollLeft < wrapper.scrollWidth - wrapper.clientWidth) ? 100 : fade);
1408 mxUtils.setOpacity(temp, (wrapper.scrollLeft > 0) ? 100 : fade);
1409 …s.setOpacity(temp2, (wrapper.scrollLeft < wrapper.scrollWidth - wrapper.clientWidth) ? 100 : fade);
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css470 #controls #navLinks ul li#fade a.isoff {background: url(fade_link.png) no-repeat top left;}
471 #controls #navLinks ul li#fade a.ison {background: url(fade_on.png) no-repeat top right;}
472 #controls #navLinks ul li#fade a:hover {background: url(fade_over.png) no-repeat bottom left;}
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css919 .lg-css3.lg-fade .lg-item {
922 .lg-css3.lg-fade .lg-item.lg-current {
925 .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade
H A Dlightgallery.min.css1fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.l…

12345