Components›Glare Card
Glare Card
An Aceternity component with a holographic rainbow glare effect and 3D tilt that follows the mouse. Uses CSS custom properties for real-time glare positioning and a foil texture overlay.
AceternityAnimationInteractiveCard
Interactive Demo
Move your mouse across the cards to see the holographic glare follow your cursor and the card tilt subtly in 3D.
Custom Background
Props
Usage Guidelines
- Use for hero feature cards, testimonials, or premium content highlights.
- The card has a fixed aspect ratio of 17:21 and a width of 320px by default.
- The holographic foil effect uses layered CSS gradients with
mix-blend-modefor the rainbow sheen. - 3D tilt is controlled via CSS custom properties (
--r-x,--r-y) updated on pointer move. - Works best with centered, minimal content. Avoid complex layouts inside glare cards.
- On mobile, the effect gracefully degrades to a static card since there is no hover.