Command Palette
Search for a command to run...
Loading component...
Scroll images reveal 003
Interactive sticky card stack with smooth scroll-based scaling animations. Features a collection of project cards that scale and transform as users scroll, creating an engaging parallax effect with framer-motion animations and Lenis smooth scrolling.
Dependencies
Interaction Type
Scroll to see card sticky animations | |
Observe cards transform and rotate | |
Feel the smooth scrolling |
CLI UNAVAILABLE
pro component, try copying the source code from top right corner
How to use
import { StickyCard_003 } from "@/components/v1/skiper34"; const images = [ "/images/lummi/img14.png", "/images/lummi/img30.png", "/images/lummi/img19.png", "/images/lummi/img21.png", "/images/lummi/img23.png", "/images/lummi/imgp2.png", "/images/lummi/img27.png", ]; const Skiper34 = () => { return ( <section className="relative flex w-screen flex-col items-center gap-[10vh] py-[10vh]"> {images.map((img, idx) => ( <StickyCard_003 key={idx} imgUrl={img} /> ))} </section> ); };
Props | Description |
---|---|
imgUrl | Image URL |
Attribution
illustrations are from lummi.ai
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.