From 79b4f15faea560aded0957111b6f8ce511c3f6d1 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 3 Nov 2024 15:37:21 +0200 Subject: [PATCH] x --- .../tweakpane/src/doc/sass/components/_logo.scss | 12 ++++++------ packages/tweakpane/src/doc/ts/screw.ts | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/tweakpane/src/doc/sass/components/_logo.scss b/packages/tweakpane/src/doc/sass/components/_logo.scss index 2752b1ace..4769a3616 100644 --- a/packages/tweakpane/src/doc/sass/components/_logo.scss +++ b/packages/tweakpane/src/doc/sass/components/_logo.scss @@ -1,10 +1,10 @@ @keyframes rotateAnimation { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } } .logo { diff --git a/packages/tweakpane/src/doc/ts/screw.ts b/packages/tweakpane/src/doc/ts/screw.ts index c613c6c06..a1e17528f 100644 --- a/packages/tweakpane/src/doc/ts/screw.ts +++ b/packages/tweakpane/src/doc/ts/screw.ts @@ -13,4 +13,4 @@ export class Screw { const angle = window.scrollY * 0.5; this.elem_.style.transform = `rotate(${angle}deg)`; } -} \ No newline at end of file +}