Commit 17acb0de by Arjun Jhukal

slowed the multiple side slider

parent 9d319c99
...@@ -285,8 +285,8 @@ ...@@ -285,8 +285,8 @@
autoplay: true, autoplay: true,
rtl: isSecond, rtl: isSecond,
slideTransition: "linear", slideTransition: "linear",
autoplayTimeout: 2000, autoplayTimeout: 3000,
autoplaySpeed: 2000, autoplaySpeed: 3000,
// autoplayHoverPause: true, // autoplayHoverPause: true,
responsive: { responsive: {
0: { 0: {
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
items: 5, items: 5,
}, },
1200: { 1200: {
items: 7, items: 8,
}, },
}, },
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment