Jump to content
Search Community

Али К last won the day on June 6 2021

Али К had the most liked content!

Али К

Premium
  • Posts

    74
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Али К

  1. Hello @Pauline Brothier , the problem inside the lottiefile  you can check this link http://airbnb.io/lottie/#/supported-features
    also I see that you are using Base64 image in your json file , Bas64 encoded images are good practice for a small size (KB) images. 

    https://www.davidbcalhoun.com/2011/when-to-base64-encode-images-and-when-not-to/.

    I suggest  to use other way for this animation because it's 3D animation, please check this pen :

    See the Pen 2152a28cffe2c2c0cca8a3e47f7b21c6 by osublake (@osublake) on CodePen



    Have a nice day

  2. Hello ,@codanux  change the end to be like  end: 'bottom bottom',
     

    const timeline2 = gsap.timeline({
      scrollTrigger: {
        id: 'section2',
        trigger: '#section2',
        scrub: true,
        markers: true,
        pin: true,
        start: 'top top',
        end: 'bottom bottom',
        pinSpacing: true, // end padding problem
        endTrigger: '#section3'
      }
    });

     

×
×
  • Create New...