1.0.0 • Published 6 years ago

char-flip v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

char-flip

Change characters with flipping animation

npm.io

install

$ npm install --save number-flip

usage

import char-flip

import { Flip } from 'char-flip'

use it!

create one and make it flip:

new Flip({
  node: $('.flip'),
  from: 'test',
  to: 'nice'
})
1.0.0

6 years ago