0
Marquee
Hi everyone! Since the marquee tag isn't supported in html. What is the best way to create moving text or images without using it.
9 Risposte
+ 1
Well, Greatness Isheanesu Sithole , I'm afraid CSS animations is the best method.
The only "beginner-friendly" alternative that comes to mind is CSS transition declaration. However, note that transitions do not run unless something triggers them i.e. when a state change occurs, such as on hover, active, focus or when a class is added or removed. Correcting these limitations will require a bit of work as you will need to use JavaScript technology for that.
+ 3
try to find it here:
course: introduction to css
module: transitions & transforms
+ 2
CSS and JS are both capable of animation
+ 2
Thanks a lot for the explanation. That really helped me grasp the contraction btwn animations and transitions. For now, I'll try CSS animations and explore JS later.
+ 1
did you try animations in css?
+ 1
Not yet
+ 1
Any beginner-friendly example you would recommend?
+ 1
True.
Yes.
CSS.
JS.
0
I see. Great choice, Greatness Isheanesu Sithole !
Keep coding, keep growing.
If you need any help or have any queries, feel free to reach out!