Skip to content

v2.9.0 - AnimatedBackgroundGlass Component

Choose a tag to compare

@artyhoo artyhoo released this 25 Dec 01:57

What's Changed

New Features

  • AnimatedBackgroundGlass Component: Extracted animated gradient background into reusable component

    • Customizable animation speed and colors
    • Smooth gradient transitions
    • Theme-aware design
    • Full TypeScript support
  • Transparent Mode for ProfileHeaderExtendedGlass: Added transparent prop to render without glass background

    • Useful for embedding in custom layouts
    • Maintains all existing functionality
    • Backward compatible

Improvements

  • Updated all use-case stories to use new AnimatedBackgroundGlass component
  • Enhanced component reusability across demos
  • Improved code organization

Files Changed

  • src/components/glass/specialized/animated-background-glass.tsx (NEW)
  • src/components/glass/sections/profile-header-extended-glass.tsx
  • All src/stories/use-cases/*.stories.tsx files updated

Full Changelog: v2.8.1...v2.9.0