animation ON/OFF {default: ON} |
アニメーションの開始/終了を指定します |
animation direction -1 |
アニメーションの方向を逆向きにします。(最後のフレームから最初のフレームの向き) |
animation direction 1 |
アニメーションの方向を正方向にします。(最初のフレームから最後のフレームの向き) |
animation fps 整数 |
アニメーションの速さ(1秒当りのフレーム数)を指定します |
animation frame |
frame を参照してください |
animation mode LOOP |
アニメーションを自動的に繰り返します |
animation mode LOOP t1 t2 |
アニメーションの始めと終わりでそれぞれt1秒とt2秒だけ待ってアニメーションを自動的に繰り返します |
animation mode ONCE |
アニメーションを一度だけ実行します(デフォルト) |
animation mode PALINDROME |
アニメーションを振り子状に自動的に繰り返します |
animation mode PALINDROME t1 t2 |
アニメーションの始めと終わりでそれぞれt1秒とt2秒だけ待ってアニメーションを振り子状に自動的に繰り返します |