Animation with perspective

To get the 3D effect you need to add an animation class to your element. Then to add the perspective property to the parent element. Here's how it looks in my case:

<div class="wrapper">
<div class="animation push-in-right"></div>
</div> .wrapper { perspective: 500px; }