Jump to content
Search Community

Footprints effects on scroll

stepmond test
Moderator Tag

Go to solution Solved by GreenSock,

Recommended Posts

Hello there mate!

 

This is a really fun animation - So my advice is always to make the animation first, then hook it up to scroll.

 

That footprint animation would be great as an SVG - do you have any illustration experience or someone who could help you create the graphic?
 

 

Link to comment
Share on other sites

Sorry, i found a solution with elementor pro with minimal studing:I can make movment effects with fad in on scroll with manual editing the level with 1000 (it's make opacity brutally to 0 from 1). I keep my account greesock for futur projects more elaborated ;)

 

  • Like 1
Link to comment
Share on other sites

Ok sure thing!  It won't be hard with GSAP though, not much studying - something like this.
 

gsap.to('.footprints', {
  opacity: 1,
  stagger: 0.1,
  scrollTrigger: {
    start: 0,
    end: 'max',
    scrub: 1
  }
})


I just didn't want to jump ahead until you had a graphic to work with! Most of it is in setting up an SVG so it scales and has tidy paths to animate. ☺️

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

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...