Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the IE equivalent for webkit overflow scrolling : touch

What is the IE equivalent css property for -webkit-overflow-scrolling:touch property for touch devices?

like image 490
Gowsikan Avatar asked Apr 04 '13 13:04

Gowsikan


People also ask

What is Webkit overflow scrolling touch?

The -webkit-overflow-scrolling CSS property controls whether or not touch devices use momentum-based scrolling for a given element.

What is momentum scrolling?

Momentum scrolling (also called Inertial scrolling) is an interaction technique that applies acceleration to an element (a page, image, div, etc.) so it scrolls by quickly.


1 Answers

-ms-overflow-style. and -ms-touch-action are the Internet Explorer equivalents for -webkit-overflow scrolling:touch. Check out the links attached for more information regarding syntax/usage.

like image 176
dsgriffin Avatar answered Sep 23 '22 12:09

dsgriffin