For a new project I’m creating a timeline by using the slider element. I’ve got the styling correct but the only thing I would like is to make slide 2 appear from the right instead of the left. Is there a way to make the slides appear from the right instead of the left.
Have you had to move them on the Z axis? That’s because of the 3D space and they’re not strictly at 1:1 anymore… I thought it was possible to do it without adding a perspective, which implies the 3D rendering.
Thanks for that @Vincent. I haven’t done much to my Z-axis but to display the cards rotated I needed to add a children perspective on my wrapper. Could you have a quick look if it is possible any other way?