It is textured paper transition.
Features:
- easy use
- intro & outro
- animation speed/duration
- transition dynamic/easing
- fore paper texture
- back paper solid color
How to use:
- add image to stage
- convert it to symbol (for example with
fooname - add script
var tr:PaperInTransition; tr = new PaperInTransition(foo, 1.33, 0xFFFFFF, Quartic.easeOut); addChild(tr);
