Skip to content

Commit 056545e

Browse files
authored
typo
Name of animation and name of keyframe didn't match
1 parent b8a7973 commit 056545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations-2/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ keyframe specifying each property.
496496
animation: brightness-pulse 3s infinite add;
497497
}
498498
499-
@keyframes pulse {
499+
@keyframes brightness-pulse {
500500
0% {
501501
scale: 1.1;
502502
filter: brightness(130%);

0 commit comments

Comments
 (0)