$('.timeline').timeline({
autoplay: true,
forceVerticalMode: 800,
mode: 'horizontal',
visibleItems: 5,speed: 1100
});
I am using this code , but it is not sliding automatically
$('.timeline').timeline({
autoplay: true,
forceVerticalMode: 800,
mode: 'horizontal',
visibleItems: 5,speed: 1100
});
I am using this code , but it is not sliding automatically