I gave images and texts scrolling effects like fade in, but when I scroll, the effect is executed, but when I scroll to the same images, it is delayed. Is it done with Javascript or even CSS which can only be applied once? Thank you for any help
To run the animation once use the animation-fill-mode property
image, .text {
animation-fill-mode: forwards;
}