Jump to content
GreenSock

Hector18

Vertical mousemove scroller

Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Hi guys.

 

I made a pen with vertical scroll. What I want to achieve is a smooth scroll and and animation to start form top and end at bottom of the screen like in this example:

http://ultra.studio/

 

Thanks in advance for your help!

See the Pen BrpKge by Hector18 (@Hector18) on CodePen

Link to comment
Share on other sites

Thanks for the demo.

Every animation (tween or timeline) has a progress() which you can control https://greensock.com/docs/TweenLite/progress()

 

You can use your mouse position to change the progress value.

 

I just dropped something in quick to give you an idea. You may have to tweak the value to your liking.

Notice how the word test spins when you move your mouse

 

See the Pen GxrmeY by GreenSock (@GreenSock) on CodePen

 

 

 

  • Like 4
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×