Skip to content

Commit 887e5d4

Browse files
committed
remove max
1 parent 0450bd3 commit 887e5d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Art/kevinbatdorf-ripple/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ body {
3737
}
3838

3939
@keyframes sqr { to { scale: calc(var(--distance) + 0.3); } }
40-
@keyframes rotate { to { rotate: max(var(--rotation), 360deg); } }
40+
@keyframes rotate { to { rotate: var(--rotation); } }
4141
@keyframes colorCycle { 100% { filter: hue-rotate(360deg); } }
4242

4343
body:not(.supported).loaded .chrome-only {

0 commit comments

Comments
 (0)