You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tl.fromTo('.circle', { scale: 170 }, { scale:0, duration: 2, ease: Power1.easeIn }) // This will transition the circle size from big to small.
tl.fromTo('header', { delay: 2, width: 0, margin: '0 auto', opacity: 0 }, { width: '100%', maxWidth: 'unset', opacity: 1 }) // Then this will transition the width of the header from zero to full from the center.