We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0450bd3 commit 887e5d4Copy full SHA for 887e5d4
1 file changed
Art/kevinbatdorf-ripple/styles.css
@@ -37,7 +37,7 @@ body {
37
}
38
39
@keyframes sqr { to { scale: calc(var(--distance) + 0.3); } }
40
-@keyframes rotate { to { rotate: max(var(--rotation), 360deg); } }
+@keyframes rotate { to { rotate: var(--rotation); } }
41
@keyframes colorCycle { 100% { filter: hue-rotate(360deg); } }
42
43
body:not(.supported).loaded .chrome-only {
0 commit comments