Merged
Conversation
Changed all flyAndScale animations across the entire website to make them more eye-catching: - Switched easing from cubicOut to backOut for a bouncy overshoot effect - Increased scale effect: start from 0.75-0.8 instead of 0.95-0.98 - Increased y movement: 40-60px instead of 20px for more dramatic entrance - Extended durations to 600-700ms (from 300-500ms) to make effects more visible - Increased stagger delays from 100ms to 150ms for better cascading effect Updated files: - src/lib/utils.ts - Core animation function with backOut easing - src/routes/+page.svelte - Home page cards and terminal - src/routes/projects/+page.svelte - Project cards - src/routes/about/+page.svelte - About sections - src/routes/infra/+page.svelte - Infrastructure cards - src/routes/infra/[machineId]/+page.svelte - Machine detail page - src/routes/museum/+page.svelte - Museum items - src/routes/rack/+page.svelte - Rack diagram
Reduced animation durations across all pages for faster, more responsive feel: - Default duration: 500ms → 400ms - Header animations: 700ms → 450ms - Card/item animations: 600ms → 400ms - Hover animations: 400ms → 300ms - Stagger delays: 150ms → 120ms (cards), 100ms → 80ms (museum items) The backOut easing still provides the satisfying bounce effect, but now executes much faster for a snappier user experience.
Enhanced card hover effects across the entire website with smooth transform animations: Terminal window cards (home page): - Lift up 4px on hover with subtle scale (1.02x) - Enhanced shadow with primary color glow - Smooth 300ms transitions Project, Infrastructure, and Museum cards: - Lift up 1px with minimal scale (1.01x) - Enhanced shadows on hover - Transition from shadow-only to full transform animations About page cards: - Very subtle lift and scale (1.005x) - Shadow enhancement on hover All cards now have a polished, modern feel with consistent hover feedback that makes the UI feel more interactive and responsive.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.