CSS Backdrop Filter
Method of applying filter effects (like blur, grayscale or hue) to content/elements below the target element.
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 filter() function
This function filters a CSS input image with a set of filter functions (like blur, grayscale or hue)
CSS Filter Effects
Method of applying filter effects using the `filter` property to elements, matching filters available in SVG. Filter functions include blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, sepia and saturate.
CSS zoom
Non-standard method of scaling content.
CSS3 2D Transforms
Method of transforming an element including rotating, scaling, etc. Includes support for `transform` as well as `transform-origin` properties.
CSS3 3D Transforms
Method of transforming an element in the third dimension using the `transform` property. Includes support for the `perspective` property to set the perspective in z-space and the `backface-visibility` property to toggle display of the reverse side of a 3D-transformed element.
canvasrenderingcontext2d api: scale
cssscale api
cssscale api: `cssscale()` constructor
cssscale api: x
cssscale api: y
cssscale api: z
dommatrixreadonly api: `scale()`
dommatrixreadonly api: `scale3d()`
dommatrixreadonly api: `scalenonuniform()`
dommatrix api: `scale3dself()`
dommatrix api: `scaleself()`
gestureevent api: scale
offscreencanvasrenderingcontext2d api: scale
paintrenderingcontext2d api: scale
rtcrtpsender api: `setparameters()`: `parameters.encodings` parameter: `parameters.encodings.scaleresolutiondownby` parameter
svgfediffuselightingelement api: surfacescale
svgfedisplacementmapelement api: scale
svgfespecularlightingelement api: surfacescale
svgsvgelement api: currentscale
svgtransform api: setscale
visualviewport api: scale
xrview api: recommendedviewportscale
xrview api: requestviewportscale
xrwebglbinding api: nativeprojectionscalefactor
xrwebgllayer api: `getnativeframebufferscalefactor()` static method
css property: scale
types: filter-function: `grayscale()`
types: `<transform-function>`: `scale()`
types: `<transform-function>`: `scale3d()`
types: `<transform-function>`: `scalex()`
types: `<transform-function>`: `scaley()`
types: `<transform-function>`: `scalez()`
svg element: fediffuselighting: surfacescale
svg element: fedisplacementmap: scale
svg element: fespecularlighting: surfacescale
42 results found.