Jump to content
Search Community

MagicMaciej

Premium
  • Posts

    9
  • Joined

  • Last visited

Everything 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', });
  2. Thanks a lot for quick reply! That helped
  3. Hello. I cannot get shape to morph evenly from bottom. Any ideas?
  4. Hello! Im trying to fade in title characters with scrolling and its not canceling animation on scroll back when scrolling to fast.
  5. I fixed it with: .fromTo("#mapcirc1", 1, { opacity:0}, { opacity:1 },0) .fromTo("#mapcirc1", 5, { scale: 0}, { scale: 1 }, '<') .fromTo("#mapcirc1", 1, { opacity:1}, { opacity:0 },'>-=1') Made new topic too fast!
  6. Hello. I couldnt figure this one out. I want circle fade in first second of animation and than 1 second before ends fade out.
  7. Hello. Im trying to loop animation with repeatDelay -1 but it looks like animation is cut at the end. Or maybe I making it wrong way?
×
×
  • Create New...