scrimba
Awesome CSS effects
Rectangular rotating loader animation
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Rectangular rotating loader animation
AboutCommentsNotes
Rectangular rotating loader animation
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
<title>矩形旋转 loading 特效</title>
</head>
<body>

</body>
</html>
Console
index.html
-6:23