+ 1
Can you help me for the animation of the text ?
3 odpowiedzi
+ 3
List bugs :-
1. `.text-body > div` has no animation duration.
2. you are selecting the parent (.text-body) using nth-child
But we has to select its child (div), which has the text in them, and need a animation delay.
Here is the fix
https://code.sololearn.com/Wl5e6sncSA2L/?ref=app
+ 1
Thank you
0
CSS Animations
https://www.w3schools.com/css/css3_animations.asp