Jump to content
Search Community

cookingsherri

Members
  • Posts

    3
  • Joined

  • Last visited

cookingsherri's Achievements

  1. I figured it out. Rookie mistake. When I created my svg-reveal file it was mistakenly inside another file. Doh!
  2. This is fantastic! Thank you so much. This is exactly what I wanted to do. I can't get it working in my project. I have added the following : <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js"></script> <script src="js/svg-reveal.js"></script> But it isn't working. This is my first time using Greensock. Can you help me?
  3. I have created an SVG that will cover an image. I want each polygon to randomly disappear. I have managed to get the classes to randomly disappear, but I don't know how to target the individual polygons. How would I do that? I thought of nth-of-type, but I am not sure how to get it to work. Any ideas?
×
×
  • Create New...