Skip to content

v2.4.0

Choose a tag to compare

@tawaship tawaship released this 26 May 04:38
· 2 commits to master since this release
  • 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.