/char-flip

change your texts with flip animation

Primary LanguageJavaScriptMIT LicenseMIT

char-flip

Change texts with flipping animation

install

$ npm install --save char-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'
})