javascript - How does Flickr's parallax scrolling work? -


flickr's new design makes use of parallax scrolling on section backgrounds. parallax scrolling on retina displays choppy (eg: http://inoviacapital.com/), smooth on flickr.

how flickr accomplish smooth parallax scrolling on retina displays? went through source , found several parallax-related functions, can't figure out exactly how it.

looks using transforms instead of background-position in example.

check out: http://www.css3maker.com/css3-transform.html;


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -