Pausing on a frame with the TransitionManager

Is there a way to pause on a frame for a few seconds with the code below:


import mx.transitions.*;
import mx.transitions.easing.*;
TransitionManager.start(photo_1, {type:Blinds, direction:Transition.IN, duration:2, easing:None.easeNone, numStrips:10, dimension:0});

then continuing onto another frame? Thanks in advance.