How to create 3D carousel ? (Rework Sketch.com)

I have found a solution.
This works only when you add custom css at parent level. No custom javascript or anything… :slight_smile:

<style>
#parent{
transform-style:preserve-3D;
}
</Style>