扫一扫分享
snap.js是一个用JavaScript创建漂亮的移动架库,效果类似Facebook和路径风格方面的菜单。
作为独立的只包含在脚本标签文件:
<script src="snap.js"></script>
作为一个Web组件做:
component install jakiestfu/Snap.js
var snapper = new Snap({
element: document.getElementById('content')
});
settings = {
element: null,
dragger: null,
disable: 'none',
addBodyClasses: true,
hyperextensible: true,
resistance: 0.5,
flickThreshold: 50,
transitionSpeed: 0.3,
easing: 'ease',
maxPosition: 266,
minPosition: -266,
tapToClose: true,
touchToDrag: true,
slideIntent: 40,
minDragDistance: 5
}
手机预览