cssdream / cssgrace

从今天起,写简单优雅面向未来的 CSS。From now on,writing brief,elegant,future-oriented CSS.
MIT License
593 stars 63 forks source link

Add -webkit-overflow-scrolling : touch #18

Open yisibl opened 9 years ago

yisibl commented 9 years ago

input:

.foo {
  overflow : auto; /* or overflow-x/y: scroll */
}

output:

.foo {
  overflow : auto;  /* or overflow-x/y: scroll */
  -webkit-overflow-scrolling: touch;
}

Demo: http://codepen.io/yisi/pen/EaMpVV