Home
last modified time | relevance | path

Searched full:smooth (Results 1 – 25 of 148) sorted by relevance

123456

/plugin/moaieditor/scripts/scroll/
Dscroll_to.js9 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 …]
Dscroll.js186 this.left.smooth = true;
187 this.right.smooth = true;
232 this.left.smooth = false;
/plugin/moaieditor/scripts/
Dpreview.js70 /* 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';
Dmirror.js99 …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/
Dcm_scroll.js5 /* 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/
Dryubin.php74 $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/
DREADME.md22 *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/
Dsyntax.php62 '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 DHover.php12 * Smooth animation
93 // Smooth Transition in and out of hover
/plugin/kanban/
H A Dstyle.css57 /* Smooth the transition when the drag starts */
70 /* Smooth the transition when the drag starts */
/plugin/cosmocode/lang/en/
Dsupport.txt3 expert training, workshops, and seamless infrastructure integration to ensure a smooth and efficien…
/plugin/ryubin/conf/
Ddefault.php32 $conf['smooth'] = 0;
Dmetadata.php32 $meta['smooth'] = array('onoff');
/plugin/stlviewer/
DREADME.md24 - display: Set model display/shading ("flat", "smooth" or "wireframe")
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
Dprocessing.min.js1 …endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJo…
Dglsl.min.js1 …gba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stre…
Dnsis.min.js1 …eave listonly none normal notset off on open print show silent silentlog smooth textonly true user…
/plugin/snow/lang/en/
Dsettings.php27 $lang['animationinterval'] = 'Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, …
/plugin/ryubin/lang/de/
Dsettings.php32 $lang['smooth'] = '<i>Glättung</i> (aus)';
/plugin/ryubin/lang/en/
Dsettings.php32 $lang['smooth'] = '<i>Smoothing</i> (off)';
/plugin/simplewikipagetree/img/
Dchevron-down.svg58 inkscape:snap-smooth-nodes="true" /><g
Dbullet.svg58 inkscape:snap-smooth-nodes="true" /><g
/plugin/radarchart/
Dplugin.info.txt44 - Smooth hover effects
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn.less12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/plugin/moaieditor/
Dstyle.css643 scroll-behavior: smooth;
710 scroll-behavior: smooth;
1144 scroll-behavior: smooth;
1237 scroll-behavior: smooth;

123456