Jump to content
Search Community

Deborah VdeV

Members
  • Posts

    3
  • Joined

  • Last visited

Deborah VdeV's Achievements

  1. Thank you for your help @OSUblake, that's very good to know
  2. Thanks @OSUblake, that example uses lottie, but I have had the same issue with images, where the image loads at the spot attributed by the page CSS, and the gsap animation kicks in a split second later, like in this example. I have used DOM loaded events listeners, hidden the elements on load, etc... but thought I might be missing something as it seems to be quite a bit of workarounds See this other pen> https://codepen.io/deborahvdev/pen/oNeRzVW When the page loads, all the elements are there, then gsap kicks in and makes them transparent/animates them
  3. Hi, My GSAP animations are really laggy on page load, I have previously worked around it by using an opacity of 0 to the items I was animating, but that doesn't seem like a great solution as that means my animated elements are all invisible hence not great to edit! Is that normal, or am I missing something, none of the docs seem to be referencing this. Thank you, Deborah
×
×
  • Create New...