Iterdimesioal是一款通过重力感知,能够实现自动滚动手持设备中的网页的移动设备开发的插件。并且,只支持IOS系统,对设备的要求也比较高。
示例代码:
Iterdimesioal.charge({ /** * Pixels per differece betwee tilts * @type {Number} */ PPD: 0.8, /** * Miimum differece betwee tilts * @type {Number} */ isesitivity: 5, /** * Use the cotrol or ot * @type {Boolea} */ useCotrol: true, /** * Iterdimesioal cotrol * * If ull - default cotrol will be used * cotrol: documet.getElemetById('myCotrol') * * @type {HTMLElemet|ull} */ cotrol: ull });
评论