Skip to content

Commit 5f8fef4

Browse files
authored
Update example.html
1 parent 5ec1e9c commit 5f8fef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
.self ol li[n2] { /* ✨ .self is an alias! */
8585
background: hsl(264 80% 50%);
8686
}
87-
@keyframes wat { /* ♻️ Looped animation @keyframes can be scoped using \ */
87+
@keyframes \.me { /* ♻️ Looped animation @keyframes can be scoped using \ */
8888
0% { transform: translateY(0px); }
8989
50% { transform: translateY(20px); }
9090
100% { transform: translateY(0px); }
9191
}
92-
.me { animation: \.me 4s ease-in-out infinite; }
92+
.me { animation: \.me 2s ease-in-out infinite; }
9393
h1, h2, h3 { font-size: 3rem; margin: 20px 0; } /* Plain CSS works untouched! */
9494
</style>
9595
<h1>🛸 Scoped style using .me</h1>

0 commit comments

Comments
 (0)