0.10.1 • Published 2 years ago

text-animate v0.10.1

Weekly downloads
25
License
MIT
Repository
github
Last release
2 years ago

text-animate

beautiful, animated, HTML typographic UI effects

alt text

simple example

You can use commonjs (require) or es modules (import)

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.10.1

2 years ago

0.10.0

2 years ago

0.9.0

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago