scrimba
Awesome CSS effects
Button text staggered sliding effects
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

Button text staggered sliding effects
AboutCommentsNotes
Button text staggered sliding effects
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
<title>按钮文字滑动特效</title>
</head>
<body>

</body>
</html>
Console
index.html
-4:36