Jump to content
Search Community

MagicMaciej

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by MagicMaciej

  1. Hello.

    I made logo animation on https://toplubricants.ie/ and on mobile its restarting when its in full view. Am I doing something wrong?

     


            ScrollTrigger.create({
                trigger: '.logoFootCon',
                animation:logAnim,
                toggleActions:'restart none none none',
                start: 'top bottom',
            });
            ScrollTrigger.create({
                animation:logAnim,
                toggleActions:'restart none restart none',
                trigger: '#logohead',
                start: 'top bottom',
            });

     

×
×
  • Create New...