1 parent 05212b0 commit 91b2ae3Copy full SHA for 91b2ae3
1 file changed
README.md
@@ -71,7 +71,7 @@ or use @keyframes animation:
71
```
72
@keyframes icon-animation {
73
0% { font-variation-settings: "TIME" 1; }
74
- 100% { font-variation-settings: "TIME" 100; }
+ 100% { font-variation-settings: "TIME" 100; }
75
}
76
.icon {
77
animation: icon-animation .5s ease-in-out infinite;
0 commit comments