Jump to content
Search Community

Scroll animation translate3d without scrollmagic

francescocortese 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

I would like to know how can I do this kind of 3D movements and interactions on scroll:

http://act.mit.edu/cavs

https://juliebonnemoy.com/

https://fontface.ninja/

All this examples use a div "scroll-wrapper" as a scroll container with a css: transform: translate3d(0px, -361px, 0px)

I always used scrollmagic but now I think its an old solution...

recommendation, advice?

 

Thanks!

Link to comment
Share on other sites

HI @francescocortese :)

 

Welcome to the forum.

 

If you're trying to skip ScrollMagic for scroll triggered animations, you may want to check out the Intersection Observer API.

https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API

 

We've had a few discussions about it. Here are a couple good threads.

Hopefully that helps. Happy tweening.

:)

 

  • Like 3
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...