Skip to content

Commit ff4a4b8

Browse files
committed
chore(logo): slow PlatonicLogo idle drift to half-speed for a calmer hero
1 parent 5059f70 commit ff4a4b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/LogoConcepts/PlatonicLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ const FaceIcon = styled.span`
660660
// ---------------------------------------------------------------------------
661661

662662
const STORAGE_KEY = 'sc-logo-prefs';
663-
const IDLE_SPEED = 0.18;
663+
const IDLE_SPEED = 0.09;
664664
const IDLE_VEL = { dx: IDLE_SPEED, dy: IDLE_SPEED * -0.4 };
665665
const BLEND_RATE = 0.04;
666666
const SENSITIVITY = 0.015;

0 commit comments

Comments
 (0)