Jump to content
Search Community

jan.dh

Members
  • Posts

    1
  • Joined

  • Last visited

jan.dh's Achievements

0

Reputation

  1. I'm trying to convert a css animation to a timeline. When you move these 2 lines out of the comments: animation: sw 5s linear; animation-fill-mode: forwards; you can see the animation I'm trying to convert. However, when you put those lines back in comment and see the timeline animation (which animates the same properties) the animation is different. Next step is to add a scrollTrigger and to add the fadeOut animation. It seems that gsap always tries to animate the Z property of the transform3d, however, it's set to 0. Also tried 1px, using z instead of translateZ, but it always keeps on giving the same result.
×
×
  • Create New...