just use marquee.
<div
style={{
background: "rgba(0,0,0,0.8)",
color: "white",
display: "flex",
justifyContent: "center",
alignItems: "center",
fontSize: 32,
position: "fixed",
top: 0,
left: 0,
width: "100vw",
height: "100vh",
}}
>
<marquee>loading</marquee>
</div>;
here is demo.
hooray🎉
Top comments (2)
Hello, marquee is deprecated :D
developer.mozilla.org/en-US/docs/W...
Nooooo!!! OK, Let's use blink tag XD