CSSアニメーションなしでロードロードを作成
2485 ワード
ちょうどマーキーを使用します.
船🎉
<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>;
デモはこちら.船🎉
Reference
この問題について(CSSアニメーションなしでロードロードを作成), 我々は、より多くの情報をここで見つけました https://dev.to/sadnessojisan/create-loading-indicator-without-css-animation-32b3テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol