Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Twitter / eBay like “lubricated” scrolling?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43410
    iknowdavehouse
    Participant

    Please excuse my noob ignorance – What plug-in is being used on the twitter / ebay apps to allow what I can only think to call “lubricated” scrolling. At the moment when I scroll down my sites on touch devices they feel a bit sticky. I’m looking to allow faster scrolling – using one motion to flick with less resistance.

    Thanks

    #128302
    Paulie_D
    Member

    I though that was the default scrolling behaviour on mobile….but I’m just a user on mobile..not a developer.

    #128337
    iknowdavehouse
    Participant

    you might be right there…just noticed the ebay mobile site doesn’t do it…just the app.

    #128360
    Alen
    Participant

    Well native apps make use of device resources little better. So writing JavaScript to emulate smooth scrolling works. However, in a web app you are at the mercy of the browser. On top of that you have all kinds of inconsistencies between them. [Watch Brad Frost’s video on Fixed Positioning](http://bradfrostweb.com/blog/mobile/fixed-position/), there are some nice JavaScript tidbits about native vs. web apps. Performance implications and etc…

    IMO, I would never attempt to rewrite the way browser behaves as user scrolls. You would be changing the users expectations of his/her favorite browser. Could be very irritating, especially if not done well.

    #128368
    Mottie
    Member

    Do you mean “momentum scrolling”? Here is a jQuery plugin named [kinetic](http://the-taylors.org/jquery.kinetic/) that might do what you want.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.