Jump to content
Search Community

Animation Lettering Reveal

kobracode
Moderator Tag

Recommended Posts

Posted

Hello, i am trying to reproduce the animation of this https://siloridge.com of the red text under the slider. i used lettering js to break text into lines(<span></span>),(good still here) and then i am trying to create the animation but i cant find out what animation settings on the transform, easiing and rotation should apply .

gsap.set($(elem).find('span'), {
	rotation: 2,
	y: "100%",
	alpha: 0,
});
 gsap.to($(elem).find('span'), {rotation:0, y: 0,alpha:1, duration: 1.2,stagger:0.01, ease:'power4.inOut'});

Any suggestions?

Regards,

Dimitris

Posted

I'm not sure I follow the question. Are you saying the animation is working, but you're not sure about which properties to animate? Maybe you could make a demo?

 

 

Just FYI, GreenSock has the SplitText plugin available for your lettering animation needs.


https://greensock.com/docs/v3/Plugins/SplitText

  • Like 1

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