@glinui/motion
v0.1.1
Published
Animation presets for Glin UI. CSS keyframe definitions, scroll-linked animations, stagger utilities, and gesture helpers.
Maintainers
Readme
@glinui/motion
Animation presets for Glin UI. CSS keyframe definitions, scroll-linked animations, stagger utilities, and gesture helpers.
Install
npm install @glinui/motionUsage
import { fadeIn, slideUp, glassHover } from "@glinui/motion"
// Use with inline styles or animation libraries
const animation = fadeIn({ duration: 300, delay: 100 })Modules
- Presets —
fadeIn,slideUp,scaleIn,glassHover,spotlightPulse - Stagger — Utilities for staggered entrance animations
- Scroll-linked — Scroll-driven animation helpers
- Gestures — Hover, press, and drag interaction presets
- View Transitions — View Transition API utilities
Documentation
License
MIT
