Skip to content

导航条在多列表页面中非常常见,当导航条中选项很多时,需要支持横向滑动。 iScroll.js 帮我们很好的解决了这个问题,并且支持惯性弹动效果。

Notifications You must be signed in to change notification settings

enjoyWeb/demo-scroll-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#基于 iScroll 前端框架实现的导航条

导航条在多列表页面中非常常见,当导航条中选项很多时,需要支持横向滑动。 iScroll.js 帮我们很好的解决了这个问题,并且支持惯性弹动效果。

##这个示例以脚本方式为开发者实现

  • 示例请使用 Apploader 查看。

##开发指南

调用示例

var myScroll = new IScroll('#wrapper', {
    disableMouse: true,
    disablePointer: true
});

About

导航条在多列表页面中非常常见,当导航条中选项很多时,需要支持横向滑动。 iScroll.js 帮我们很好的解决了这个问题,并且支持惯性弹动效果。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published