postcss momentum scrolling:PostCSS插件添加“动量”样式的滚动行为( webkit overflow scrolling 源码
PostCSS动量滚动 插件,用于为iOS上具有溢出(滚动,自动)的元素添加动量样式滚动行为( -webkit-overflow-scrolling:touch )。 例子 /* Input example */ . minicart { overflow : scroll; } /* Output example */ . minicart { overflow : scroll; -webkit-overflow-scrolling : touch; } 现场例子 , :link: 链接: 入门 首先,安装模块: npm install postcss-momentum-scrolling --save-dev :cooking: 用法 检查你项目存在PostCSS配置: postcss.config.js在项目的根, "postcss"一节package.json或postcss捆绑配
文件列表
postcss-momentum-scrolling-main.zip
(预估有个15文件)
postcss-momentum-scrolling-main
.travis.yml
66B
index.js
1KB
package.json
2KB
test
custom-opts.in.css
190B
has-momentum.in.css
452B
has-momentum.out.css
674B
custom-opts.out.css
264B
LICENSE
1KB
用户评论