Amaze UI

JS 插件

Amaze UI JS 插件,使用注意事项,以及 JS 插件介绍。

iScroll Lite


Amaze UI 默认打包了 iScroll Lite(当前版本为 5.1.3),具体使用请参考官网

iscroll-lite.js, it is a stripped down version of the main script. It doesn't support snap, scrollbars, mouse wheel, key bindings. But if all you need is scrolling (especially on mobile) iScroll lite is the smallest, fastest solution.

通过 $.AMUI.iScroll 访问 IScroll 对象。

<div id="wrapper">
  <ul>
    <li>...</li>
    <li>...</li>
    ...
  </ul>
</div>
var wrapper = document.getElementById('wrapper');
var IScroll = $.AMUI.iScroll;
var myScroll = new IScroll(wrapper);

目前仅是曝露接口给有经验的用户使用,更多功能实现后续添加。

侧栏导航
Amaze UI 微信
在微信上关注我们