タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

createjsに関するkurocraft7522のブックマーク (2)

  • TweenJS の概要 (CreateJS のフレームワークその 2) - akihiro kamijo

    EaselJS から提供される Ticker は、一定間隔で tick イベントを他のオブジェクトに伝える機能を持っています。これと TweenJS を組み合わせてアニメーションを実現するのが CreateJS の基です。 前の記事でも触れたように、CreateJS に MovieClip が追加される可能性があるため、アニメーション制作の手段は、更に増えるのかもしれません。ともあれ、今回は TweenJS の使い方をご紹介します。 なお、現在公開中の TweenJS のバージョンはまだ 0.1 で、Readme にもアルファ版であることが明記されているので、CreateJS が登場する時には、仕様が変わっているかもしれません。その点はご注意下さい。 Ticker まず、Ticker の使い方です。フレームレート (もしくはイベントの間隔) を指定して、定期的に時間の経過を通知するオブジ

  • CreateJS Blog

    The latest version of TweenJS (1.0) has a completely rebuilt plugin model, and ships with a much more robust set of plugins. … Continue reading → Scaling and Stretching with the ScaleBitmap Class We are always looking for ways to optimize, simplify, or create better workflows in CreateJS, and the ScaleBitmap is a great example of this. Using an old Flash approach, the ScaleBitmap class, shipped in

    CreateJS Blog
  • 1