A plugin for PixiJS which provides a runtime for content export using PixiAnimate Extension.
Use this Animate CC plugin https://github.com/pixijs/animate-extension and follow this steps:
- Install the plugin
- Open your old
.flafile - Convert to PixiJS Animate (from the File menu), creating a new
.flafile - From that new
.flafile go to publishing settings (from the File menu) - Select the V2 format on the first dropdown
- Export your project, you should have a
.jsfile and some folders with it.
Only things added to the stage will be exported!
To run content exported with Pixi Animate, you must load the JavaScript library within your project. You can install using NPM or your package manager of choice:
npm install @pixi/animate
| PixiJS | @pixi/animate |
|---|---|
| v5.x - v6.x | v2.x |
| v7.x | v3.x |
https://pixijs.io/animate/docs/