CSS Device Adaptation
Method of overriding the size of viewport in web page using the `@viewport` rule, replacing Apple's own popular `<meta>` viewport implementation. Includes the `extend-to-zoom` width value.
CSS touch-action property
touch-action is a CSS property that controls filtering of gesture events, providing developers with a declarative mechanism to selectively disable touch scrolling (in one or both axes) or double-tap-zooming.
CSS zoom
Method of scaling content while also affecting layout.
CSS3 Cursors: zoom-in & zoom-out
Support for `zoom-in`, `zoom-out` values for the CSS3 `cursor` property.
ImageCapture API
The Image Capture API provides access to the Video Camera for taking photos while configuring picture-specific settings such as e.g. zoom or auto focus metering area.
element api: currentcsszoom
wheelevent api: pinch-to-zoom maps to `wheelevent` + `ctrl` key.
css property: -webkit-text-zoom
css property: cursor: zoom-in
css property: cursor: zoom-out
css property: touch-action: pinch-zoom
css property: zoom: the `reset` value
svg element: svg: zoomandpan
svg element: view: zoomandpan
14 results found.