Jump to content
Search Community

Julia

Members
  • Posts

    2
  • Joined

  • Last visited

Julia's Achievements

0

Reputation

  1. Hi. My animation does not work inside Jquery's scroll method when I check if ScrollTop() is greater then 210 $(window).scroll(function() { if ($(this).scrollTop() > 210) { console.log("scrolling"); console.log($(this).scrollTop()); let tlSecond = new TimelineLite(); tlSecond.from("#fifth_load_group", 3, { marginTop: "50px", ease: Power4.easeOut, opacity: 0 }); } });
×
×
  • Create New...