Actions
Switch Theme
Getting startedInstallation
Basics
SocialsYouTube
Facebook
Jose Tamu
July 16, 2024 /  Beginner

Unfold Reveal

Unfold Reveal

Animation controls

Type: determines how the title will be splitted: lines or words. The demo is splitted in lines.
From: determines where the title will come from: left or right. The demo comes from left.
Unfold intensity: determines the initial perspective applied to each letter to obtain the Unfold effect. The demo uses 300.
Duration
Delay
GSAP easing: you can choose from a wide variety of easings. Learn more about GSAP easings here.
Stagger: the delay to apply between lines or words. This means, when the first line or word starts animating, the second will fire after “x” seconds determined by the stagger and so on.

ScrollTrigger controls

Unfold Reveal animation uses ScrollTrigger Library to fire on scroll. Learn more about ScrollTrigger here.
Trigger: the element that will fire the animation on scroll. Use the keyword “this” to use the element itself as the trigger.
Start: determines the position of the Trigger to fire the animation. “top bottom” means when the top of the element hits the bottom of the viewport.
End: determines the end of the animation if needed. It is specially useful when using the Scrub property.
Scrub: to attach the animation to the scroll so that it plays when scrolling.
Scroller: the element that will be taken as the scrolling viewport. It is the body by default.
toggleActions: Determines how the linked animation is controlled at the 4 distinct toggle places – onEnter, onLeave, onEnterBack, onLeaveBack, in that order. “play pause resume reset” will play the animation when entering, pause it when leaving, resume it when entering again backwards, and reset (rewind back to the beginning) when scrolling all the way back past the beginning.

Additional Triggers

In case you need to fire the animation on additional events.
Trigger on: click or hover.
Element: the element that will fire the animation on the additional event selected.

– Tamu

On this page