Quick Transition


/ Published in: ActionScript
Save to your folder(s)

Available transitions are Blinds Fade Fly Iris Photo PixelDissolve Rotate Squeeze Tween Wipe Zoom.
Available easings are Back Bounce Elastic None Regular Strong.
You may change the * in the import statements to be just the transition/easing you are using.


Copy this code and paste it in your HTML
  1. import mx.transitions.*;
  2. import mx.transitions.easing.*;
  3. TransitionManager.start(targetClip, {type:Wipe, direction:0, duration:1, easing:Regular.easeOut});

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.