+ 2
Please Fix Animation-duration.
https://code.sololearn.com/Wj5P8C70FI0G/?ref=app Can you plzz fix the animation-duration time for all images? Its working fine on 8 images only.
1 Answer
+ 3
Modify line 32 in CSS and give more time:
animation: rotate-word 100s linear infinite;
Uncomment the HTML and the CSS code. For me, there was 14 animations, but the girl pictures repeated. Maybe is something wrong with the src attribute of the imgs elements.