Command Palette
Search for a command to run...
Loading component...
Parallax Image
Smooth parallax image effect with scroll-based animations. Features a responsive image that moves at a different speed than the scroll, creating an immersive depth effect with customizable speed and positioning.
Dependencies
Interaction Type
Scroll to see parallax effect | |
Watch the image move at different speed |
CLI UNAVAILABLE
pro component, try copying the source code from top right corner
How to use
import { ParallaxImage } from "@/components/v1/skiper55"; // Using just the ParallaxImage component const CustomParallax = () => { return ( <div className="h-[200vh] w-full"> <ParallaxImage src="/path/to/your/image.jpg" containerClassName="w-full max-w-4xl" className="w-full" speed={50} /> </div> ); };
Props | Description |
---|---|
src | Source URL or path to the image to display |
className | Additional CSS classes for the image element |
containerClassName | Additional CSS classes for the container element |
speed | Parallax speed percentage (default: 30) |
Attribution
Illustrations by AarzooAly
Source code
Click on the top right to view the source code
Keep in mind
Most components here are recreations of the best out there. I don't claim to be the original creator. This is my attempt to reverse-engineer, replicate, and often add a few extra features. I've tried to credit everyone, but if I missed something, let me know.
Contact
Additionlly, if you find any bug or issue, feel free toDrop a dm.
License & Usage:
- Free to use and modify in both personal and commercial projects.
- Attribution to Skiper UI is required when using the free version.
- No attribution required with Skiper UI Pro.