CSS Backdrop Filter
Method of applying filter effects (like blur, grayscale or hue) to content/elements below the target element.
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 Motion Path
Allows elements to be animated along SVG paths or shapes via the `offset-path` property. Originally defined as the `motion-path` property.
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: rotate
cssrotate api
cssrotate api: angle
cssrotate api: `cssrotate()` constructor
cssrotate api: x
cssrotate api: y
cssrotate api: z
dommatrixreadonly api: `rotate()`
dommatrixreadonly api: `rotateaxisangle()`
dommatrixreadonly api: `rotatefromvector()`
dommatrix api: rotateaxisangleself
dommatrix api: rotatefromvectorself
dommatrix api: rotateself
offscreencanvasrenderingcontext2d api: rotate
paintrenderingcontext2d api: rotate
svgtextpositioningelement api: rotate
svgtransform api: setrotate
css property: offset-rotate
css property: offset-rotate: auto
css property: offset-rotate: reverse
css property: rotate
css property: rotate: none
css property: rotate: x, y, or z axis name plus angle value
types: `<filter-function>`: `hue-rotate()`
types: `<transform-function>`: `rotate()`
types: `<transform-function>`: `rotate3d()`
types: `<transform-function>`: `rotatex()`
types: `<transform-function>`: `rotatey()`
types: `<transform-function>`: `rotatez()`
svg element: animatemotion: rotate
svg element: text: rotate
svg element: tspan: rotate
37 results found.