Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky committed Nov 3, 2024
1 parent 8ca3e5e commit 79b4f15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/tweakpane/src/doc/sass/components/_logo.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@keyframes rotateAnimation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.logo {
Expand Down
2 changes: 1 addition & 1 deletion packages/tweakpane/src/doc/ts/screw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export class Screw {
const angle = window.scrollY * 0.5;
this.elem_.style.transform = `rotate(${angle}deg)`;
}
}
}

0 comments on commit 79b4f15

Please sign in to comment.