I am experiencing an issue with two divs (page1 + page2) inside a container (also a div). The container has overflow:hidden property, but when the animation starts, the overflow configuration is being ignored. Additionally, the page that should be displayed when the upper page moves is not appearing.
https://jsfiddle.net/ok0hpw3s/
<div class="container">
<div class="page1 animation">11111fwefew</div>
<div class="page2 animation">2222fewefw</div>
</div>