-ms-content-zoom-chaining property

Specifies the zoom behavior that occurs when a user hits the zoom limit during a manipulation.

This property is read/write.

Internet Explorer 10

 

Syntax

-ms-content-zoom-chaining: none | chained

Property values

Value that indicates the behavior that occurs when a user hits the zoom limit.

  • none
    Initial value. A bounce effect is shown when the user hits a zoom limit during a manipulation.

  • chained
    The nearest zoomable parent element begins zooming when the user hits a zoom limit during a manipulation. No bounce effect is shown.

CSS information

Applies To non-replaced block-level elements and non-replaced inline-block elements
Media interactive
Inherited no
Initial Value none

Remarks

This property has no effect on non-zoomable elements. For information on zoomable elements, see -ms-content-zooming.

Starting with Windows 8.1, this property is also supported for touchpad interaction.

This property requires Windows 8 or later.

See also

CSSStyleDeclaration

Windows apps using JavaScript Samples: HTML scrolling, panning and zooming sample

msContentZoomFactor

msZoomTo

Internet Explorer Samples: Scrolling, panning, and zooming with touch input

msContentZoomFactor

msZoomTo