-webkit-overflow-scrolling : touch;
可用以下网页测试:
scroll .container { width : 300px; height : 50%; -webkit-box-sizing : border-box; position : relative; overflow-y : auto; background-color : cyan; -webkit-overflow-scrolling : touch; /* liuhx:可以把这整行注释掉对比差别 */ } ul { height: 50px; }1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
查看更多关于CSS设置网页在Safari快速滚动和温柔的回弹_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did114594