
slideShowProInstance.transitionDirection
Property; a String containing the direction (if applicable) that transitionStyle should move in when animating. Options include "Top to Bottom", "Left to Right", "Right to Left", "Bottom to Top". The default value is "Left to Right".
The following example sets transition direction to "Top to Bottom":
my_ssp.transitionDirection = "Top to Bottom";