Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7279005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:57:29+00:00 2026-05-28T22:57:29+00:00

Does anyone know of a good tutorial to achieve this? (as seen here: http://www.contrastrebellion.com/

  • 0

Does anyone know of a good tutorial to achieve this? (as seen here: http://www.contrastrebellion.com/)
I’ve looked at the code used on that site and finding it awkward to pull out what I need.

Much appreciated,
Thanks

Edit: Also seen here: http://playgroundinc.com/

What I want to achieve:

To rotate a png as I scroll down and the speed of rotation to match the speed of scrolling.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T22:57:30+00:00Added an answer on May 28, 2026 at 10:57 pm

    This should get you going in the right direction : http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-parallax/ .

    Here you go :

    For animating the rotation on scroll .

    http://jsfiddle.net/EnSkJ/2/

    Code :

    var sdegree = 0;
    
    $(window).scroll(function() {
    
        sdegree ++ ;
        sdegree = sdegree + 3 ;
        var srotate = "rotate(" + sdegree + "deg)";
        $("img").css({"-moz-transform" : srotate, "-webkit-transform" : srotate});
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know of a good tutorial on iPhone GUI design using just code
Does anyone know any good tutorial about using NAnt for native code build process
Does anyone know where I can find a good explanation/tutorial of what and how
Does anyone know of a good library (or code snippet) for converting a TimeSpan
Does anyone know any good tutorial on how to upload a file with php
Does anyone know about a good tutorial/article/whatever to help me explain JavaScript ( with
Does anyone know where I can find a good tutorial for setting up apache
Does anyone know the location of a good list or tutorial showing all the
Does anyone know of a good screencast, walkthrough or tutorial for creating WCF Restful
Does anyone know of a good article or tutorial on the Internet demonstrating the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.