Skip to content

Commit 8a6d712

Browse files
committed
doxx
1 parent 4b52d23 commit 8a6d712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const anim = new CSSKeyframesAnimation({
2121

2222
```css
2323
@keyframes mijn-keyframes {
24-
0% {
24+
from {
2525
transform: translateX(-100%) translateY(-100%) rotate(0turn);
2626
background-color: #C462D8;
2727
}

0 commit comments

Comments
 (0)