好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS设置网页在Safari快速滚动和温柔的回弹_html/css_WEB-ITnose

要实现这个效果很简单,只需要加一行css代码即可:

-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的详细内容...

  阅读:34次