| /plugin/moaieditor/scripts/scroll/ |
| D | scroll_to.js | 9 when 'scroll-behavior' is set to 'smooth' (Firefox being the exception). 20 This class would be a lot simpler if we implemented smooth scroll in 22 (scroll-behavior: smooth) whenever possible for performance reasons, 24 different browser's implementations of native smooth scroll, even 36 …needs to be scrolled (requires these getters and setters: pointerEvents, scroll.top, scroll.smooth) 37 …this.smooth = true; // Smooth scroll can be disabled (but we still get the benefit… 66 // Enable or disable smooth scroll on the DOM element 67 this.object.scroll.smooth = this.smooth; 94 // Disable smooth scroll 95 this.object.scroll.smooth = false; [all …]
|
| D | scroll.js | 186 this.left.smooth = true; 187 this.right.smooth = true; 232 this.left.smooth = false;
|
| /plugin/moaieditor/scripts/ |
| D | preview.js | 70 /* This class implements the 'scroll.max', 'scroll.top' and 'scroll.smooth' 91 get smooth() { getter in MoaiEditor.PreviewScroll 94 set smooth(boolean) { setter in MoaiEditor.PreviewScroll 97 value = 'smooth';
|
| D | mirror.js | 99 …a.style.color = 'rgba(0,0,0,0.01)'; // Firefox will "optimize out" a smooth scroll if the text… 274 //this.textarea.style.scrollBehavior = 'smooth'; 428 /* This class implements the 'scroll.max', 'scroll.top' and 'scroll.smooth' 456 get smooth() { getter in MoaiEditor.MirrorScroll 459 set smooth(boolean) { setter in MoaiEditor.MirrorScroll 462 value = 'smooth';
|
| /plugin/moaieditor/plugins/codemirror/ |
| D | cm_scroll.js | 5 /* This class implements the 'scroll.max', 'scroll.top' and 'scroll.smooth' 53 get smooth() { getter in MoaiEditor.CodemirrorScroll 56 set smooth(boolean) { setter in MoaiEditor.CodemirrorScroll 59 value = 'smooth';
|
| /plugin/ryubin/syntax/ |
| D | ryubin.php | 74 $data['smooth'] = 'no'; if ($this->getConf('smooth')) $data['smooth'] = 'yes'; 116 case 'smooth': if ($value == 'yes') $data['smooth'] = $value; break; 154 if ($data['smooth'] == 'yes') $doc .= "&smooth=".$data['smooth'];
|
| /plugin/mcitem/ |
| D | README.md | 22 *Example: The vanilla block Smooth Stone would have its page on `:mods:minecraft:stone`.* 24 *Example: The vanilla block Smooth Stone would have an image under `:mods:minecraft:stone.png`.*
|
| /plugin/dataplot/ |
| D | syntax.php | 62 'smooth' => false, 118 if ( preg_match('/\b(smooth)\b/i', $conf, $match) ) { 119 $return['smooth'] = true; 181 if ( $return['smooth'] && ($return['plottype'] == 'linespoints') ) { 182 …$gnu_code .= $sep.'"@gnu_input@" using 1:'.$i.' notitle smooth csplines with lines linestyle '.$gn…
|
| /plugin/combo/ComboStrap/ |
| H A D | Hover.php | 12 * Smooth animation 93 // Smooth Transition in and out of hover
|
| /plugin/kanban/ |
| H A D | style.css | 57 /* Smooth the transition when the drag starts */ 70 /* Smooth the transition when the drag starts */
|
| /plugin/cosmocode/lang/en/ |
| D | support.txt | 3 expert training, workshops, and seamless infrastructure integration to ensure a smooth and efficien…
|
| /plugin/ryubin/conf/ |
| D | default.php | 32 $conf['smooth'] = 0;
|
| D | metadata.php | 32 $meta['smooth'] = array('onoff');
|
| /plugin/stlviewer/ |
| D | README.md | 24 - display: Set model display/shading ("flat", "smooth" or "wireframe")
|
| /plugin/syntaxhighlightjs/static/lib/highlightjs/languages/ |
| D | processing.min.js | 1 …endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJo…
|
| D | glsl.min.js | 1 …gba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stre…
|
| D | nsis.min.js | 1 …eave listonly none normal notset off on open print show silent silentlog smooth textonly true user…
|
| /plugin/snow/lang/en/ |
| D | settings.php | 27 $lang['animationinterval'] = 'Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, …
|
| /plugin/ryubin/lang/de/ |
| D | settings.php | 32 $lang['smooth'] = '<i>Glättung</i> (aus)';
|
| /plugin/ryubin/lang/en/ |
| D | settings.php | 32 $lang['smooth'] = '<i>Smoothing</i> (off)';
|
| /plugin/simplewikipagetree/img/ |
| D | chevron-down.svg | 58 inkscape:snap-smooth-nodes="true" /><g
|
| D | bullet.svg | 58 inkscape:snap-smooth-nodes="true" /><g
|
| /plugin/radarchart/ |
| D | plugin.info.txt | 44 - Smooth hover effects
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/ |
| H A D | dmn.less | 12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
| /plugin/moaieditor/ |
| D | style.css | 643 scroll-behavior: smooth; 710 scroll-behavior: smooth; 1144 scroll-behavior: smooth; 1237 scroll-behavior: smooth;
|