Hey guys,   i have a problem with creating and animating images form a data-attribute. First step im creating the images and then want them to hide , and only be visible on mouse hover, thats working so far so good. But when im hiding the images with gsap (opacity: 0, scale: 0.4) after creating them, they are buggy/delayed on the first time the opacity and scale are set to 1. If the images where visible once they are appearing smoothly. I dont really know if its a gsap issu