Google Swiffyがversion 4.0.0にアップデートされてた

Google Swiffy が最近バージョン4.0.0へアップデートされてました。情報自体は更新直後にキャッチしたのに、ブログへのアップは今日という体たらくですが引き続き頑張ります。

Google Swiffy

今回のアップデートはGoogle Swiffy APIの更新です。

March 20, 2012 (version 4.0.1)

Fixed a problem with Firefox 11 incorrectly cropping the Stage.

March 19, 2012 (version 4.0.0)

Added experimental support for the mx.transitions.Tween class.
Added support for Stage.scaleMode, Stage.align and Stage.onResize.
Added support for Object.addProperty.
Added support for the arguments object.
Added support for MovieClip.getSWFVersion.
Added support for MovieClip.onUnload.
Added support for the AsBroadcaster class.
Rendering now uses requestAnimationFrame for more efficient animations.
Improved handling of touch events.
Improved performance for filters larger than the Stage.
Improved performance for complex masks.
Improved compatibility of _xscale, _yscale and _rotation.
Improved compatibility of MovieClip.getBounds.
Fixed getURL with GET or POST parameters on Firefox.
Fixed execution order of mouse event handlers.
Fixed a problem with very small _alpha values.
Fixed a problem with calling an array member as a function.
Fixed a problem when combining an Adjust Color filter with a color effect.

Google翻訳後、自分のほうでちょっと整形

2012年3月20日(バージョン4.0.1)

  • Firefoxの11が間違ってステージをトリミングする問題を修正しました。

2012年3月19日(バージョン4.0.0)

  • 「実験的に」mx.transitions.Tweenのクラスがサポートされました。
  • Stage.scaleMode、Stage.alignとStage.onResizeがサポートされました。
  • Object.addPropertyがサポートされました。
  • 引数を配列として管理するargumentsがサポートされました。
  • MovieClip.getSWFVersionがサポートされました。
  • MovieClip.onUnloadがサポートされました。
  • AsBroadcasterがサポートされました。
  • より効率的なアニメーションのために、レンダリングはrequestAnimationFrameを現在使用しています。(翻訳怪しい)
  • タッチイベントの処理を改善しました。
  • ステージより大きいフィルタのパフォーマンスが向上しました。
  • 複雑なマスクのパフォーマンスが向上しました。
  • _xscale、_yscaleと_rotationの互換性の向上しました。
  • MovieClip.getBoundsの互換性の向上しました。
  • Firefox上のGETまたはPOSTのパラメータを持つgetURL実行の問題を修正しました。
  • マウスイベントハンドラの実行順序の問題を修正しました。
  • _alphaの値周りのたときの小さな問題を修正しました。
  • 関数として配列メンバを呼び出したときに起こる問題を修正しました。
  • 色の効果で調整カラーフィルターを組み合わせたときに起こる問題を修正しました。

参考文献

Rendering now uses requestAnimationFrame for more efficient animations.
より効率的なアニメーションのために、レンダリングはrequestAnimationFrameを現在使用しています。

おわりに

いかがでしたでしょうか。

個人的には、mx.transitions.Tweenの実験的なサポートをはじめ、MovieClip.getSWFVersionやargumentsといったバージョン分岐やコーディングに地味に役立つアップデートがツボです。

近々ひとつひとつ挙動を試してみようと思います。

それでは、良きGoogle Swiffy Lifeを!