Skip to content

Commit b3ab44b

Browse files
authored
Update example.html
1 parent cb4363c commit b3ab44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
@keyframes me { /* ♻️ Looped animation @keyframes can be scoped! (Use me-* or me_* for more names) */
5252
0% { transform: translateY(0px); }
5353
50% { transform: translateY(20px); }
54-
100% { transform: translateY(0px); }
54+
100% { transform: translateY(0px); }
5555
}
5656
/* Plain CSS works untouched! */
5757
h1, h2, h3 { font-size: 3rem; margin: 20px 0; }

0 commit comments

Comments
 (0)