Jump to content
Search Community

support@risevision.com

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by support@risevision.com

  1. Awesome thank you I really appreciate it! I in fact tried to use element, but I believe I had the stagger on the child elements incorrect at the time. I guess I'm unfamiliar with the new syntax Ill have to brush up. Thanks Again!
  2. I have several unordered lists in my html. I would like to cycle or iterate over them with gsap one by one while staggering in their 8 individual list items. For example stagger in 1-8 wait 3 seconds, fade out and stagger in 9-16, repeat. I could easily target each list individually but I need to use a loop in the event I have more than 2 lists. I am selecting all lists by class then looping over each element. However when I do this it animates in the second list directly after the first one. I've tried playing with delays and repeat delays with no luck. Anyone have an idea of what Im doing wrong here? I imagine Its because Im selecting .list li which is targeting both lists at once. However Im not sure how to target them one by one. Thanks in Advance!
×
×
  • Create New...