Search code examples
jqueryhtmlcssjquery-mobileeasing

How to add elastic bounce effect to JQuery Mobile Page?


What's the best method to implement an elastic bounce effect when vertically scrolling to the end or top of a page?

I have tried iScroll but its seems a little heavy for such a basic and commonplace effect. Perhaps it can be achieved through a native jQuery mobile interface call?


Solution

  • FancyScroll.js will give an effect like this. But for me iScroll 5 is the best solution at the moment.