Jump to content
Search Community

Riyas Ahamed

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Riyas Ahamed

  1. Yes .top class only on HOME page. These error came from about us page ABout us page doesn't have .top element GSAP code in script.js that file will include all pages so how can i remove these error from about us page?

    NOTE: I Need Animation only HOME Page  

  2. I want to add this  Tweenlite code when my trigger reach the start point. ( I was Using ScrollTrigger )

    TweenLite.to("#one", 1, {
      // ease: Power4.easeInOut,
      ease: Linear.easeNone,
      css: {"opacity": "1",
      "z-index": "99"
      }
     

    });

     

     

     gsap.timeline({
        scrollTrigger:{
          trigger:".one",
          toggleClass:"active",
          start:"top 80px",
          end : "bottom top",
          scrub:true,
          pin:false,
          markers:true,}
     
      });

×
×
  • Create New...