Jump to content
Search Community

Alternatives to ScrollMagic?

kohlej test
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

This might not be the best place to ask since ScrollMagic is not a part of GSAP, 
but the community here is really strong, and it is kinda related, so I'm hoping for answers. 

What's best alternative to ScrollMagic? 
I heard of ScrollWizardry but it's just ScrollMagic in modern environment?

I want to animate many elements with different tweens, some with same, when the reach the specific point of scrolling, which won't always be the same. 


Thanks in advance ?

Link to comment
Share on other sites

Hey kohlej and welcome to the forums.

 

Depending on what you need, the Intersection Observer API can help with animations on scroll. In the next version of the GSAP site, we will be using it for some scroll animations.

 

You can also hook GSAP timelines up to the scroll position pretty easily without a tool like ScrollMagic.

 

If you have a specific use case or problems that you run into, we're happy to help with those. But without knowing what you're trying to accomplish, it's hard for us to help much more than this :) 

  • Like 2
Link to comment
Share on other sites

3 minutes ago, ZachSaucier said:

Hey kohlej and welcome to the forums.

 

Depending on what you need, the Intersection Observer API can help with animations on scroll. In the next version of the GSAP site, we will be using it for some scroll animations.

 

You can also hook GSAP timelines up to the scroll position pretty easily without a tool like ScrollMagic.

 

If you have a specific use case or problems that you run into, we're happy to help with those. But without knowing what you're trying to accomplish, it's hard for us to help much more than this :) 

Thanks Zach for info. I will look into it, and if struggle with something, I will make sure to make codepen with my use case.

  • Like 2
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.
×
×
  • Create New...