You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi Guys,
I am using Scrollmagic and Updating the PinDuration after the Lazy loading of the Images are completed.
The text was updated successfully, but these errors were encountered: