Actually this kind of scrolling can be done for every browser very
smooth. The trick is not to animate position or margin property, but
wrap the content with container which has width:10000000px; and then
animate on scrollLeft of this container. Parent container of this
wrapper should have overflow:hidden of course.

This is the same as scrolling of the page, which is always smooth.

I have a jquery widget, which uses this trick and it works well for
every large content and every browser, even ie6.


-- 
regards,
ole...@oleg008
github.com/kof

2010/12/11 trans <transf...@gmail.com>:
> On Dec 8, 6:03 am, Paul Miller <jett...@gmail.com> wrote:
>
>> I'm noticing that it shows up in my chrome, but not my firefox.  I
>> wondered if it was the noscript addon, but it apparently is not.  I
>> wondered if it might be flashblock, wasn't likely anyway.  Now I'm
>> wondering if either 3.6.12 doesn't have the html5 history or perhaps
>> the github-js isn't detecting it right or something.  I didn't see
>> anything misfire in firebug, so I gave up testing.
>
> Yep, I just noticed that too. No go on Firefox. But hey, at least we
> now is downgrades gracefully :) Good job GitHub peoples!
>
> --
> You received this message because you are subscribed to the Google Groups 
> "GitHub" group.
> To post to this group, send email to git...@googlegroups.com.
> To unsubscribe from this group, send email to 
> github+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/github?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to git...@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to