Skip to content

Releases: tawaship/pixi-animate-container

v2.4.2

09 Jun 05:44

Choose a tag to compare

  • replace ambient PIXI global references with ESM imports

v2.4.0

26 May 04:38

Choose a tag to compare

  • Discontinued

    name class
    createjs.Stage CreatejsStage
    createjs.StageGL CreatejsStageGL
  • Timeline advancement is now driven by delta time accumulation: each tick, delta time is converted to a frame count and updateForPixi() is called once per elapsed frame.

    • With createjsOverSpeed set to true (default), the number of calls per tick can exceed one, allowing animation playback speed to be maintained in real time even when the PIXI.js frame rate drops.
  • Fixed an issue where nested MovieClips could advance frames at slightly different timings due to independent time accumulation.

v2.3.1

18 Dec 00:56

Choose a tag to compare

  • Control of createjs animation speed
  • Control of createjs custom frame event
    • endAnimation: reach the last frame
    • reachLabel: reach the labeled frame
  • CreatejsMovieClip can listen custom frame events

v2.1.1

11 Jul 01:20

Choose a tag to compare

  • Fixed memory leak in CreatejsShape

v2.1.0

27 Nov 12:27

Choose a tag to compare

  • Supports compositeOperation (blendMode in pixi.js)
    • lighter (PIXI.BLEND_MODES.ADD)
    • multiply (PIXI.BLEND_MODES.MULTIPLY)
    • screen (PIXI.BLEND_MODES.SCREEN)

v2.0.2

13 Mar 06:22

Choose a tag to compare

  • remove interaction: true in interaction target

v2.0.1

13 Mar 01:35

Choose a tag to compare

  • change test module to selenium webdriver

v2.0.0

12 Mar 08:35

Choose a tag to compare

  • Integrate core modules into source code
  • Changed the method of linking with pixi.js ticker
  • Supports sound playback
  • Improving accuracy of interaction processing

v1.0.3

12 Aug 03:57

Choose a tag to compare

  • delta timeを廃止(フレームスキップの無効化)
  • ムービークリップが最終フレームに到達した際に endAnimation イベントを発火

v1.0.2

18 Jun 13:08

Choose a tag to compare

  • loadAssetAsync でアセットのロードに失敗した場合 reject するように変更