How can I replace HTML content using CSS. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I replace HTML content using CSS.

Hey! I want to create animation in which HTML content is changing with time using CSS but I don't how to replace HTML content.

8th Jun 2019, 3:56 PM
Alex Advent
Alex Advent - avatar
5 Answers
+ 6
I don't think that is possible with CSS animation. You may need Javascript.
8th Jun 2019, 10:15 PM
Sonic
Sonic - avatar
+ 3
You may use transition
9th Jun 2019, 6:10 AM
yassein abdou
yassein abdou - avatar
+ 2
Post your code, maybe we can hell you :)
8th Jun 2019, 3:59 PM
HNNX 🐿
HNNX 🐿 - avatar
+ 2
Hey suppose I want to create animation countdown which show first 5 and then 4 ....... Finally 1 as text is changing with time, how to create using css
8th Jun 2019, 4:21 PM
Alex Advent
Alex Advent - avatar
0
Transition for animation but how I change content.
9th Jun 2019, 6:36 AM
Alex Advent
Alex Advent - avatar