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
Non-standard method of scaling content.
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.
wheelevent api: pinch-to-zoom maps to `wheelevent` + `ctrl` key.
css property: touch-action: double-tap-zoom
css property: touch-action: pinch-zoom
css property: zoom: the `reset` value
svg element: svg: zoomandpan
svg element: view: zoomandpan
11 results found.