char-flip
Change texts with flipping animation
install
$ npm install --save char-flip
usage
char-flip
import import { Flip } from 'char-flip'
use it!
create one and make it flip:
new Flip({
node: $('.flip'),
from: 'test',
to: 'nice'
})