On this website http://www.contrastrebellion.com/ about half way through there is a circle that rotates depending on how far down or up you scroll the page. How can this be achieved without having to rely on Facebook like this site does?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The feature was implemented in http://www.contrastrebellion.com/public/js/script.js?2 Look at the code block starting with
It uses jQuery Side note: it fails to do any of the JS magic in my main browser, because I'm blocking Facebook domains. Moral of the story: don't make your entire JS depend on one small subset of your sites featureset. |
|||||||||
|
|
They are using the CSS3-property |
|||
|
|