Skip to content

Commit c2ea39a

Browse files
committed
adding clean little rotation
1 parent ef0b4a7 commit c2ea39a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Milk-WebView/src/lib/elements/desktop/components/vaporwave_window.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
border-color: var(--border-color);
9797
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
9898
99+
offset-path: path("M -1 0 C -1 -2 3 -2 3 0 C 3 2 -1 2 -1 0");
100+
offset-rotate: 0deg;
101+
animation: move 3000ms infinite forwards ease-in-out;
102+
99103
.app-bar {
100104
/* little-window-bar */
101105

0 commit comments

Comments
 (0)