textshift
v0.0.0
Published
Lightweight text animation effects. Vanilla JS, zero dependencies.
Readme
textshift
Lightweight text animation effects — in, out, text-to-text transitions, glitch.
- Zero dependencies. Vanilla JS and WAAPI. No animation runtime.
- Ships unbuilt. Plain ESM, no transpile step between this source and what you import.
- Tree-shakeable. Every effect is independently importable, so you never ship code you don't use.
Install
npm install textshiftUsage
import { glitch } from 'textshift';Each effect owns its own text splitting — by character, word, or line — because how text is split is part of what defines the effect.
Status
Pre-alpha. Nothing is exported yet.
