Skip to content

fc2ist/jquery.anime-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#jQuery Animation Text @keyframesを使ったアニメーションで文字をランダムに揺らすプラグインです。

##Demo

##Usage

// 適用
$('.anime-text').animeText({
  'speed': '1s', // 揺らぎのスピード
  'vital': 1 // 揺らぎの激しさ
});

// 解除
$('.anime-text').animeText('destroy');

Author

Twitter: @moi_fc2
Blog: http://fc2ist.blog.fc2.com/

##License Copyright © 2012 @moi_fc2. Licensed under the MIT License.

About

@Keyframesを使ったアニメーションで文字をランダムに揺らすプラグインです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors