Automattic / antiscroll

OS X Lion style cross-browser native scrolling on the web that gets out of the way.
1.07k stars 162 forks source link

Move the scrollbar with `translateY` in modern browsers #5

Open rauchg opened 12 years ago

rauchg commented 12 years ago

This will improve scrollbar animation performance with content-heavy elements. Facebook's ticker suffers from this. Steal the feature detection from modernizr for it (if it has one)

cristianferrarig commented 11 years ago

If you use 3D transformation, this activates the browser's hardware acceleration. Thus the performance is better.

rauchg commented 11 years ago

I thought that was the case for translateY too (at least for iPad it was iirc) Any good read on this subject? Thanks

cristianferrarig commented 11 years ago

Sorry, I meant translate3d. See this https://github.com/jquery/jquery-mobile/issues/1603 and the links inside.

rauchg commented 11 years ago

Thanks man. Pretty sweet reads