How can I make the carousel with WIX by velo on home page..I have tried a lot but failed. If you watch the video, if anyone can make the same, then give me the velo code solution
website link:https://www.runaway.games/
This should be an easy task.
All you have to do is to use a —> MULTISTATE-BOX.
-Add a MULTISTATE-BOX onto your page.
-Modify the states of the MULTISTATE-BOX.
-Add some buttons on the right, or left side of the MSB.
-Add some code onto your page to be able to control the MSB with the help of buttons.
$w.onReady(()=>{
$w('#button1').onClick(()=>{$w('#button1').changeState("state1");});
$w('#button2').onClick(()=>{$w('#button1').changeState("state2")});
$w('#button3').onClick(()=>{$w('#button1').changeState("state3")});
$w('#button4').onClick(()=>{$w('#button1').changeState("state4")});
});
!!! GOOD-LUCK and have FUN !!!
Edit: correction...
$w.onReady(()=>{
$w('#button1').onClick(()=>{$w('#multistatebox').changeState("state1");});
$w('#button2').onClick(()=>{$w('#multistatebox').changeState("state2")});
$w('#button3').onClick(()=>{$w('#multistatebox').changeState("state3")});
$w('#button4').onClick(()=>{$w('#multistatebox').changeState("state4")});
});
https://www.runaway.games/
PLEASE check this website . i want to design carousel and all effects