pixi6-after-effects
v1.0.13
Published
play AfterEffects animations in pixi.js v6
Downloads
50
Readme
pixi6-after-effects
Play AfterEffects bodymovin animations in pixi.js version 6
npm install pixi6-after-effectsFeatures
- play AfterEffects animation from JSON
- support AfterEffects composition as PIXI.Container
- support images in AfterEffects as PIXI.Sprite
- can play independent each animation in AfterEffects
Exports
Just three classes:
AfterEffectsAEDataLoaderAEDataInterceptor
How it works
- pixi-after-effects uses lottie-web(bodymovin)'s AfterEffects plugin.
- It can convert AfterEffects animation to JSON format. (detail : https://github.com/airbnb/lottie-web#plugin-installation )
- pixi-after-effects plays animations from JSON format generated by lottie-web plugin.
