Performance & Pluggable Animation Player by U.E.M. Team
bower install uplayer
Clone
git clone git@github.com:aaron61591/uplayer.js.git
Initialize project:
npm install
Run it:
grunt
Check it:
http://127.0.0.1:4000
Instantiate a UPlayer object with option
Element's id created by UPlayer
FPS the UPlayer will run
Whether run UPlayer with debug model
Whether full screen display
Plug a animation model to UPlayer
Id of this plugin
Z index of this plugin
Animate total frame for running performance
Render function call every frame
Plug a animation model which rendered by image card
Id of this plugin
Image card url
Z index of this plugin
Animate total frame for running performance
function call every frame before rendering
Unplug animation model by id
Start UPlayer
Pause UPlayer
Stop UPlayer