Jump to content
Search Community

AHHP

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by AHHP

  1. 5 hours ago, Nekiy2 said:

    Hi!

     

    You use old syntax (better use gsap.to not TweenMax)

     

    Better use ScrollTrigger, not ScrollMagic

    ScrollMagic is not GSAP plugin

     

    If you want better answers please create simple demo on codepen 

    Thanks for the response.

    I replaced ScrollMagic with ScrollTrigger and it fixed and works ok.

     

    • Like 1
  2. Hi,

    I am using Tween with ScrollMagic 2.0.7,  GSAP 3.0.1 and ScrollMagic GSAP plugin 2.0.5;  the element doesn't move smoothly and when scrolling stopped, it bounces repeatedly.

    Tween code is: TweenMax.to(element, 1, {top: 0, ease: 'none'});

    Please the attachment.

    Any help would be greatly appreciated.

×
×
  • Create New...