2008/08/14 6:30:03
107
10
15 jstween.blogspot.com [
この元コンテンツへ ]
adding a method on your Tween instance with the same name as the event you want to listen.Example:t1A = new Tween(document.getElementById('sqA').style,'left',Tween.elasticEaseOut,0,500,1,'px');t1A.onMotionFinished = function(){alert( 'onMotionFinished' )};t1A.start();Example:using the yoyo() method, the following code will create an endless animation:t1C = new Tween(document.getElementById('sqC').style,'left',Tween.elasticEaseOut,0,500,1,'px');t1C.onMotionFinished = function(){this.yoyo()};t1C.start();If, ...
[
← 前の画面 ]
【 PR 】 今注目のRubyを知ろう [
ニコニコ風 ] [
関連記事 ] [
Feeling Lucky ]
■ この情報のコメント・メモ ■
視覚効果、アニメーション、フェード、移動、←Scriptaculous [ brazil ]
モーショントゥイーンアニメーションを行うJavaScriptライブラリ。視覚効果。 [ wacky ]
JavaScriptでアニメーション、motiontween。 [ hiro_y ]
JavaScriptでMotionTweenって、もうこりゃやりすぎですな。 [ teddy-g ]
此処まで来るとアレだなあ [ send ]
モーション補完とか色補完とかをする際に利用できるライブラリ [ nirvash ]
MovieClipTweeningprototypeみたい [ orange-suzuki ]
javaScriptでtween [ ll_koba_ll ]
Javascriptでアニメーションを実現するライブラリ [ yuki_2021 ]
Javascriptanimationengine [ tsupo ]
なにこの素敵な動き [ Hash ]
よく動くなあ。 [ headache ]
JavaScriptでモーショントゥイーン [ yoshiweb ]
javascript [ webmarksjp ]
あれ? [ lenore ]
jsでasのTweenクラスを再現FuseKitとかのRobertPennerさん [ stylus ]
[
← 前の画面に戻る ]