Slide parameters
You can use/change following options in the slider setup method. For example:
<script>
jQuery(document).ready(function($) {
$("#slider-wrapper").transitionSlider({
slides: [
{
src: "assets/1.mp4",
transitionEffect: "roll",
brightness: "fade",
easing:"fast",
transitionDuration: 2000,
distance: "long",
},
{
src: "../assets/images/2.jpg"
}
]
);
});
</script>Last updated
Was this helpful?