Skip to content

Commit cb4363c

Browse files
authored
Update example.html
1 parent 3e21e26 commit cb4363c

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
@@ -47,8 +47,8 @@
4747
}
4848
}
4949
/* Animations */
50-
me { animation: \me 2s ease-in-out infinite }
51-
@keyframes \me { /* ♻️ Looped animation @keyframes can be scoped using \ */
50+
me { animation: me 2s ease-in-out infinite }
51+
@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); }
5454
100% { transform: translateY(0px); }

0 commit comments

Comments
 (0)