Crisp edges/pixelated images
Scales images with an algorithm that preserves edges and contrast, without smoothing colors or introducing blur. This is intended for images such as pixel art. Official values that accomplish this for the `image-rendering` property are `crisp-edges` and `pixelated`.
CSS Scroll-behavior
Method of specifying the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs.
CSS font-smooth
Controls the application of anti-aliasing when fonts are rendered.
Passive event listeners
Event listeners created with the `passive: true` option cannot cancel (`preventDefault()`) the events they receive. Primarily intended to be used with touch events and `wheel` events. Since they cannot prevent scrolls, passive event listeners allow the browser to perform optimizations that result in smoother scrolling.
scrollIntoView
The `Element.scrollIntoView()` method scrolls the current element into the visible area of the browser window. Parameters can be provided to set the position inside the visible area as well as whether scrolling should be instant or smooth.
analysernode api: smoothingtimeconstant
canvasrenderingcontext2d api: imagesmoothingenabled
canvasrenderingcontext2d api: imagesmoothingquality
offscreencanvasrenderingcontext2d api: imagesmoothingenabled
offscreencanvasrenderingcontext2d api: imagesmoothingquality
paintrenderingcontext2d api: imagesmoothingenabled
paintrenderingcontext2d api: imagesmoothingquality
svgpathelement api: createsvgpathsegcurvetocubicsmoothabs
svgpathelement api: createsvgpathsegcurvetocubicsmoothrel
svgpathelement api: createsvgpathsegcurvetoquadraticsmoothabs
svgpathelement api: createsvgpathsegcurvetoquadraticsmoothrel
css property: font-smooth
css property: image-rendering: smooth
css property: scroll-behavior: smooth
23 results found.