withTransition
fn
PresentationSlide withTransition(PresentationSlide s,
string transitionType, string transitionStyle, string transitionSpeed)Sets the transition on a presentation slide.
Parameters
s | The slide to modify. |
transitionType | The transition type (e.g. "automatic", "semi-automatic", "manual"). |
transitionStyle | The transition style (e.g. "fade-from-left", "wipe-down"). |
transitionSpeed | The transition speed (e.g. "slow", "medium", "fast"). |
Returns
The modified slide (by value).