Jump to content
Search Community

balaurul

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by balaurul

  1. Thank you a lot @tailbreezy for sharing and implementation! Also thank you @Carl for this method. This is exactly what I need
  2. Hello everybody! I need a little help with something. I got an idea but after several attempts, I couldn't make it work. I need the words to be initially stacked on top of each other with position absolute and overflow hidden, then to set gsap.set(".word", {yPercent: 110}) and afterwards to be translated up or down in order to show a word at a time on loop. It probabbly requires staggered animation that animates them to yPercent: 0 and then yPercent: -110. I'm new to JS and GSAP so any kind of advice will help! Thanks in advance!
  3. Hello everybody! I need a little help with something similar to @swatip. The word "Breathe" to appear and dissapear (translated down) and also be replaced by an array of other words 'Inhale', 'Exhale', 'Breathe' etc I'm new to JS and GSAP so any kind of advice will help! https://codepen.io/balaurul/pen/BaQoVmE#code-area Thanks in advance!
×
×
  • Create New...