Command Palette
Search for a command to run...
Loading component...
Animated number
A collection of animated number components featuring countdown timers, random number generators, and smooth value transitions. Built with Number Flow and Framer Motion for engaging user experiences.
Dependencies
Interaction Type
Different text animations | |
Scroll down to see other animations | |
Trigger animations when in view |
with shacn cli3.0
//components.json
"registries": {
"@skiper-ui": "https://skiper-ui.com//registry/{name}.json"
}
npx shadcn add @skiper-ui/skiper37
OR with old shacncli
npx shadcn@latest add https://skiper-ui.com/registry/skiper37.json
How to use
import { AnimatedNumber_001, AnimatedNumber_002, AnimatedNumber_003, AnimatedNumber_004, } from "@/components/v1/skiper37"; // Countdown timer with pause/reset controls const CountdownDemo = () => { return <AnimatedNumber_001 />; }; // Spring-based number animation const SpringDemo = () => { return <AnimatedNumber_002 />; }; // Random number generator const RandomDemo = () => { return <AnimatedNumber_003 />; }; // while in view + Number Flow const NumberFlowDemo = () => { return <AnimatedNumber_004 />; };
Attribution
- Learn more about Number Flow library for smooth number transitions
- Animation techniques learned from Animations.dev by Emil Kowalski
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.