How to create the drag and slide effect from this website?

前端 未结 3 713
一个人的身影
一个人的身影 2021-02-06 08:46

If you drag and release quickly from the horizontal menu, the menu will auto slide for a distance. It seems to slide more the faster you drag and release. Source ->appear.dk

相关标签:
3条回答
  • 2021-02-06 08:53

    This technique is called kinetic scrolling (you simulate kinetic energy). Since the dawn of the iphone this technique has been hyped, though it can be used on mobile devices with great benefit, I would refrain from using it inside a website (like all other sorts of scrolling)

    However, here's an easy to use jquery plugin: Here you go

    0 讨论(0)
  • 2021-02-06 09:11

    None of those jquery librarys listed above .. can compare to custom prototype code used in appear.dk The smoot

    0 讨论(0)
  • 2021-02-06 09:13

    Overscroll didn't work well for me on the iPad. Here are some more options:

    • iScroll
    • TouchScroll
    • jScrollTouch
    0 讨论(0)
提交回复
热议问题