Command Palette
Search for a command to run...
Loading component...
3D Rolling Text on scroll
A text rolling text that rolls text in a circular 3d pattern based on scroll position, creating an immersive scrolling experience with perspective transforms
Dependencies
Interaction Type
| Scroll down to see the effect | |
| 3D circular text rotation |
CLI UNAVAILABLE
pro component, try copying the source code from top right cornerHow to use
import { Skiper88 } from "@/components/v1/skiper88"; const DemoSkiper88 = () => { return ( <div className="h-screen w-full"> <Skiper88 /> </div> ); };
Props | Description |
|---|---|
No props required | This component is self-contained and doesn't accept any props |
Important note
- The component creates a 3D circular text effect that rotates based on scroll position
- Text items are arranged in a circle and rotate around the X-axis as you scroll
- Works best with multiple text items for the full effect
- The scroll range determines how much rotation occurs during scroll
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.