Download List

프로젝트 설명

You can use this jQuery plugin for adding flavor to your web site. By this plugin, text messages on your site are animated on mouse over.

example: http://labs.bitmeister.jp/moamoa/demo.html

System Requirements

System requirement is not defined

Released at 2009-08-22 02:47
moatext 1.0.0 (3 files Hide)

Release Notes

version1.0.0
1) オプション"parser"追加
 従来は一文字一文字だけでしたが、'語'単位でアニメーションできるようにしました。
2) オプション"action_type"追加
 従来、Mouse overしたときに連続して2つのアニメーションをしていましたが、本オプション指定により、その2つのアニメーションがMouse overとMouse leave(off)のときに行われるようにできます。
3) バグ修正
 デフォルトのvaluesが、以前のvalues指定によって変更されていたので、配列のディープコピーを行って、書き換わらないように修正。
4) exampleX.htmlファイルをdemo.htmlに統一

Changelog

version1.0.0
1) Add option "parser"
You can animate each words not only characters using this option.
2) Add option "action_type"
You can specify the one from next three types of animation.
Continuous animation, hover(mouse over and off) and mouse over.
3) Bug fixed
Default option values were overwrited unexpectedly.
4) replace exampleX.html files to demo.html