Lines Matching full:smooth
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;
148 if (this.smooth)