How to change animation speed of movie clip

An example showing how to change animation speed of movie clip using PIXI.js in Tizen 2.3.
var mc = new PIXI.extras.MovieClip(textures);
mc.animationSpeed = 2;

Responses

0 Replies