Skip to content

Commit 06825ab

Browse files
authored
Update example.html
1 parent b3ab44b commit 06825ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
/* Animations */
5050
me { animation: me 2s ease-in-out infinite }
51-
@keyframes me { /* ♻️ Looped animation @keyframes can be scoped! (Use me-* or me_* for more names) */
51+
@keyframes me { /* ♻️ Looped animation @keyframes can be scoped! .. prefix with 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)