/plugin/bootswrapper/exe/help/ |
D | modal.txt | 82 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 |
|
/plugin/combo/resources/theme/default/components/css/ |
D | lazy-load-fade.css | 1 .lazy-fade-cs { 2 animation-name: lazy-fade-cs; 6 @keyframes lazy-fade-cs {
|
/plugin/diagramsnet/lib/math/extensions/ |
D | FontWarnings.js | 19 …fade===0){if(c.timer){clearTimeout(c.timer)}c.div.style.display="none"}}},[["span",{style:{positio… property
|
/plugin/multiorphan/ |
D | style.less | 83 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/ |
D | modal.php | 97 $fade = $attributes['fade'] === true ? 'fade' : ''; 124 …$markup = '<div class="bs-wrap bs-wrap-modal modal ' . $fade . '" id="' . $id . '" role="dialog" t…
|
/plugin/prosemirror/ |
D | customMenu.less | 37 border-right: 1px solid fade(@ini_border, 30%); 41 background-color: fade(@ini_border, 30%);
|
D | style.less | 3 @highlight-odd-ini_text: fade(@ini_background, 95%); 4 @highlight-even-ini_text: fade(@ini_text, 5%);
|
/plugin/rssticker/ |
D | style.css | 8 …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/ |
D | reveal.css | 59 .reveal .slides section .fragment.fade-out { 62 .reveal .slides section .fragment.fade-out.visible { 66 .reveal .slides section .fragment.semi-fade-out { 69 .reveal .slides section .fragment.semi-fade-out.visible { 79 .reveal .slides section .fragment.fade-up { 82 .reveal .slides section .fragment.fade-up.visible { 86 .reveal .slides section .fragment.fade-down { 89 .reveal .slides section .fragment.fade-down.visible { 93 .reveal .slides section .fragment.fade-right { 96 .reveal .slides section .fragment.fade-right.visible { [all …]
|
D | reveal.scss | 75 .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, 147 .reveal .slides section .fragment.fade-in-then-semi-out { 969 .reveal .slides section[data-transition=fade], 970 .reveal.fade .slides section:not([data-transition]), class [all …]
|
/plugin/jirainfo/ |
D | style.less | 185 &.fade { 188 &.fade-in { 191 &.fade-out {
|
/plugin/revealjs/ |
D | example_presentation.dokuwiki | 205 <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>\\
|
D | README.md | 127 * 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…
|
D | changelog.md | 21 …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/datatables/assets/datatables.net-buttons/js/ |
D | dataTables.buttons.js | 684 if (item.fade === undefined) { 685 item.fade = built.conf.fade; 1237 fade: 400, property 1251 _fadeOut($(containerSelector), options.fade, function () { 1261 Buttons.background(false, options.backgroundClassName, options.fade, hostNode); 1339 _fadeIn(display.insertAfter(hostNode), options.fade); 1467 options.fade, 1562 Buttons.background = function (show, className, fade, insertPoint) { argument 1563 if (fade === undefined) { 1564 fade = 400; [all …]
|
/plugin/s5reloaded/ui/effects_support/ |
D | presentacular.js | 73 fade: Effect.Fade, property
|
/plugin/imagecarousel/vendor/slick/ |
D | slick.min.js | 17 …fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHove… property 18 …fade===!1&&(d=i.currentSlide,c!==!0?i.animateSlide(g,function(){i.postSlide(d)}):i.postSlide(d))):…
|
/plugin/html5video2/ |
D | print.css | 47 /* Fading sytles, used to fade control bar. */ 48 div.dokuwiki .vjs-fade-in { 51 div.dokuwiki .vjs-fade-out {
|
/plugin/impressjs/tpl/dokuwiki/ |
D | impress.css | 555 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/indexmenu/scripts/fancytree/skin-material/ |
D | ui.fancytree.min.css | 6 …fade-expander span.fancytree-expander{transition:opacity 1.5s;opacity:0}.fancytree-fade-expander .…
|
D | ui.fancytree.css | 173 .fancytree-fade-expander span.fancytree-expander { 177 .fancytree-fade-expander:hover span.fancytree-expander, 178 .fancytree-fade-expander.fancytree-treefocus span.fancytree-expander, 179 .fancytree-fade-expander .fancytree-treefocus span.fancytree-expander, 180 .fancytree-fade-expander [class*="fancytree-statusnode-"] span.fancytree-expander {
|
/plugin/indexmenu/scripts/fancytree/skin-awesome/ |
D | ui.fancytree.min.css | 6 …fade-expander span.fancytree-expander{transition:opacity 1.5s;opacity:0}.fancytree-fade-expander .…
|
D | ui.fancytree.css | 173 .fancytree-fade-expander span.fancytree-expander { 177 .fancytree-fade-expander:hover span.fancytree-expander, 178 .fancytree-fade-expander.fancytree-treefocus span.fancytree-expander, 179 .fancytree-fade-expander .fancytree-treefocus span.fancytree-expander, 180 .fancytree-fade-expander [class*="fancytree-statusnode-"] span.fancytree-expander {
|
/plugin/indexmenu/scripts/fancytree/skin-bootstrap-n/ |
D | ui.fancytree.min.css | 6 …fade-expander span.fancytree-expander{transition:opacity 1.5s;opacity:0}.fancytree-fade-expander .…
|
/plugin/struct/jsoneditor/ |
D | jsoneditor.min.css | 1 …fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1…
|