ダウンロードリスト

プロジェクト概要

moatextは、マウスオーバーした文字を「もあもあ」させるjQueryのプラグインです。

こちらのページから説明とサンプルを見てみてください。 http://labs.bitmeister.jp/moamoa/

システム要件

システム要件が設定されていません

リリース時刻: 2009-08-22 02:47
moatext 1.0.0 (3 個のファイル 非表示)

リリースノート

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に統一

変更履歴

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