Command Palette
Search for a command to run...
Loading component...
Tik tik color list
Interactive archive scroll animation with dynamic background color transitions and draggable preview images. Features infinite scroll, GSAP animations, and sound effects for an immersive browsing experience.
Best Viewed on
Dependencies
Interaction Type
Try Scrolling and see the animation | |
Keep scrolling infinitely | |
Drag the preview image to reposition |
CLI UNAVAILABLE
pro component, try copying the source code from top right corner
How to use
import { TikTikColorList } from "@/components/v1/skiper24"; const DemoSkiper24 = () => { const projects = [ { id: 0, name: "Digital Dreams", description: "A journey through the intersection of technology and creativity", badge: "Digital Art", bgColor: "#f59e0b", image: "/images/x.com/1.jpeg", }, { id: 1, name: "Lost Horizons", description: "Exploring the boundaries of conceptual art and digital expression", badge: "Concept Art", bgColor: "#fff", image: "/images/x.com/21.jpeg", }, ]; return ( <main className="h-screen w-full"> <TikTikColorList projects={projects} className="custom-styles" showPreview={true} previewSize="lg" enableSound={true} infiniteScroll={true} scrollThreshold={1000} /> </main> ); };
Props | Description |
---|---|
projects | Array of project objects to display |
className | Optional CSS class name for styling |
showPreview | Whether to show the preview image |
previewSize | Size of the preview image |
enableSound | Whether to enable sound effects on interactions |
infiniteScroll | Whether to enable infinite scrolling |
scrollThreshold | Threshold for triggering infinite scroll (in pixels) |
TikTikColorList Type****
type TikTikColorList = { projects: Project[]; className?: string; showPreview?: boolean; previewSize?: "sm" | "md" | "lg"; enableSound?: boolean; infiniteScroll?: boolean; scrollThreshold?: number; };
Attribution
- Original concept from nathansmith.design
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.