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
foo
name - add script
- publish project and enjoy paper animation
var tr:PaperInTransition;
tr = new PaperInTransition(
foo,
1.33,
0xFFFFFF,
Quartic.easeOut
);
addChild(tr);