Skip to Content
πŸ“£ See the latest news β†’
Resources🧩 ComponentsParallax

Parallax

The Mantine Parallax component can be used to create a parallax effect with any React component as children. In particular, you may use this component to create the Apple TV Card effect.

Full documentation and API reference available at gfazioli.github.io/mantine-parallaxΒ 

Installation

yarn add @gfazioli/mantine-parallax

Overview

Parallax adds depth and perspective to any element:

  • Apple TV Card effect β€” 3D tilt following mouse movement
  • Configurable intensity β€” subtle or dramatic tilt
  • Glare effect β€” optional light reflection overlay
  • Multiple layers β€” stack elements at different parallax depths
  • Touch support β€” works with device orientation on mobile
  • Reset on leave β€” smoothly returns to neutral position
Last updated on