Skip to content

Commit 9182eda

Browse files
authored
Merge pull request w3c#7636 from estelle/patch-6
[css-animation-2] typo
2 parents ddf17ce + 056545e commit 9182eda

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)