#jQuery Animation Text @keyframesを使ったアニメーションで文字をランダムに揺らすプラグインです。
##Demo
##Usage
// 適用
$('.anime-text').animeText({
'speed': '1s', // 揺らぎのスピード
'vital': 1 // 揺らぎの激しさ
});
// 解除
$('.anime-text').animeText('destroy');
Twitter: @moi_fc2
Blog: http://fc2ist.blog.fc2.com/
##License Copyright © 2012 @moi_fc2. Licensed under the MIT License.