janpaepke / ScrollMagic

The javascript library for magical scroll interactions.
http://ScrollMagic.io
Other
14.8k stars 2.17k forks source link

Firefox Issue | Unable to set the Updated the pinDuration when Lazy Loading Images #986

Open tarun-nagpal-ggn opened 3 years ago

tarun-nagpal-ggn commented 3 years ago

Hi Guys,

I am using Scrollmagic and Updating the PinDuration after the Lazy loading of the Images are completed.


            triggerElement: mediaContainer,
            tweenElement: mediaContainer,
            duration: pinDuration > 0 ? pinDuration : 1,
            scenePoint: 'exit'
        })```

But in Firefox the updated PinDuration is not getting updated after lazy loading is completed. For other Browsers it is fine.