Skip to content

v1.0.4 - Smooth Slogan Animation

Choose a tag to compare

@m1ngsama m1ngsama released this 10 Dec 03:18
· 48 commits to main since this release

🎨 Animation Enhancement

Features

  • Smooth color interpolation: Implemented true mathematical color blending for buttery smooth gradient animation
  • 60 FPS animation: Increased frame rate from 24 to 60 FPS for ultra-smooth motion
  • Natural easing: Changed from cubic to sine wave easing for the most natural, fluid transitions

Technical Improvements

  • Added hexToRgb(), rgbToHex(), and interpolateColor() functions for real-time color interpolation
  • Dynamically generate gradients per frame instead of using pre-defined gradient set
  • Eliminates staggered/jumping effect in the slogan text animation

What Changed

The slogan "To be at the intersection of technology and liberal arts." now displays with a silky smooth gradient animation that seamlessly transitions through the blue color spectrum without any visible steps or jumps.

Full Changelog: v1.0.3...v1.0.4