1.6.1 • Published 6 years ago

k8w-pixi-animate v1.6.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

PIXI Animate

A plugin for Pixi.js which provides a runtime for content export using PixiAnimate Extension.

Build Status Dependency Status npm version

Running Content

Installing Library

To run content exported with PixiAnimate, you must load the JavaScript library within your project. You can install using Bower or NPM:

NPM

npm install pixi-animate

Dependencies

Documentation

http://jiborobot.github.io/pixi-animate/

Typescript

You can use require to get the namespace for PixiAnimate, or use a triple slash reference for using the PIXI.animate namespace.

// Note: Must also include the pixi.js typings globally!
import animate = require('pixi-animate');

let myMC:animate.MovieClip = new animate.MovieClip();
// Note: Must also include the pixi.js typings globally!
/// <reference path="node_modules/pixi-animate/ambient.d.ts" />
require('pixi-animate');

let myMC:PIXI.animate.MovieClip = new PIXI.animate.MovieClip();

License

Copyright (c) 2016 Jibo, Inc.

Released under the MIT License.

1.6.1

6 years ago

1.6.0

6 years ago

1.5.4

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.5

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago