You can override a slides transition using the data-transition
attribute.
For example:
<img src="images/slide1.jpg" alt="" data-transition="slideInLeft" />The above code will force this slide to use the
slideInLeft
transition
every time it appears. It overrides all other effect settings.