1.0.0 • Published 5 years ago

module-inertia v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

inertia

移动设备上任意元素在屏幕内惯性弹动

原生JavaScript编写,适用于触屏设备。

作者 张鑫旭

作者张鑫旭提供了Inertia原生版本,这里仅仅改成了支持现在主流前端框架import引入方式,原作者git地址:https://github.com/yued-fe/inertia

使用示意

①. 引入JS文件,例如

<script src="Inertia.js"></script>

②. 绑定

new Inertia(ele);

语法

new Inertia(ele, option);

其中:

补充说明

有时候希望元素不是紧靠边缘而是留有间隙,可以使用透明边框,或者标签嵌套使用padding等CSS属性控制。