Skip to content

yaodingyd/char-flip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
})

About

change your texts with flip animation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • CSS 12.1%
  • HTML 8.5%