This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @param $container コンテナ:jQueryオブジェクト | |
* @param to セットしたい文字列 | |
* @param opt オプション | |
* loopcount: パタパタを何度行うか | |
* downward: 下向きのアニメーションならtrue | |
* fontSize: フォントサイズ | |
* divStyle:(任意:文字にあてるCSSスタイル) | |
*/ | |
function flap($container, to, opt) { |
NewerOlder