Can you help me for the animation of the text ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
18th Aug 2022, 7:43 PM
Creator75
Creator75 - avatar
3 Answers
+ 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
18th Aug 2022, 8:04 PM
Abhay
Abhay - avatar
+ 1
Thank you
18th Aug 2022, 8:12 PM
Creator75
Creator75 - avatar
18th Aug 2022, 9:38 PM
SoloProg
SoloProg - avatar