CSS issue with animation-back of nth-of-type
I’m trying to target every nth-of-type for returning to the original position sequentially like moving to the right in this way. I’m new to programming, so maybe someone could help me solve this. Thank you in advance for your answers!
I tried to assign to each different “transform: translateX($)” turn to “transform: translateX(0)” but it doesn’t work ofc.
preserve size of an HTML element at 0% of an animation
First sorry for my bad english, is not my native language,
Please, Share courses or resources that you know to learn advanced CSS Animation
I’m a passionate about animations with svg and css and i’m seeking helpful and beautiful resources to learn about animation thecniques, I’m willing to make an animation of a plane flying with all the effects, a cup of tea with all the effects and many more, help me
Infinite horizontal scroll animation
I am trying to make an infinite scrolling animation without “blinking” and empty spaces. The problem is when I’m using max-width of 1300px and my text inside list element is short, I still get this “blinking” effect and a lot of empty space between last and first element. I suppose I need to do some kinda calculations in my calc function, but I can’t wrap my head around it. Do you have any ideas?