5
I need to make a tilted carousel (diagonally as per image) but with transition between movements.
I even prototyped something in this Jsfiddle but the movement is only working on the "back" button, yet with an abrubta transition on the y-axis. When I click on the "next" button, it goes to the next but straight item.
To do the "diagonal" effect you can use the CSS3 attribute
skew()
. Example– Kazzkiq