Jump to content
Search Community

Image slide with image effects

Divisocial test
Moderator Tag

Recommended Posts

I am trying to make a image slider, with same effects shown in the below video url


https://youtu.be/VfIfy5fZLhM

 

I have this code below:

    this.tl.from("#panel1", 4, {autoAlpha:0, ease: Sine.easeInOut})
      .set("#panel2", {top:0}, "+=2")
      .from("#panel2", 6, {autoAlpha:0, scale:1.5, ease: Sine.easeInOut})
      .set("#panel3", {top:0}, "+=2")
      .from("#panel3", 8, {autoAlpha:0, scale:1.5, ease: Sine.easeInOut})

 

I am trying to achieve the same image effect shown in the video [zoom in, out and second image is sliding inside]. Can someone please help?

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

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