0.11.0 • Published 1 year ago
text-animate v0.11.0
text-animate
beautiful, animated, HTML typographic UI effects

example
import { header, controller } from 'text-animate'
const anim = controller()
const randSeed = Math.random()
const p5 = {
color: [ 0, 0, 0 ], // [ r, g, b ]
duration: 300,
delay: 0 // milliseconds to wait before animation starts
}
const h = header(document.querySelector('span'), p5)
anim.add(h)
anim.start()More advanced usage examples available in example/ and on my personal site: https://reinstein.me
0.11.0
1 year ago
0.10.1
3 years ago
0.10.0
3 years ago
0.9.0
7 years ago
0.8.2
7 years ago
0.8.1
7 years ago
0.8.0
7 years ago
0.7.0
7 years ago
0.6.0
8 years ago
0.5.0
8 years ago
0.4.0
8 years ago
0.3.3
8 years ago
0.3.2
8 years ago
0.3.1
8 years ago
0.3.0
8 years ago
0.2.0
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.4
8 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago