No styles
50 |Click next/previous quickly and you should see the DOM filling up with new pages. Multiple renders are taking place during this time but transitioning elements are not removed until their transition timeout is complete.
51 |See readme on Github for usage instructions.
45 |See demos directory in repo for the code behind these demos.
46 |All three demos use the same JSX and only vary in style.
48 |Click next/previous quickly and you should see the DOM filling up with new pages. Multiple renders are taking place during this time but transitioning elements are not removed until their transition timeout is complete.
51 |A simple transition in the form of a translate from right to left. Overflow is visible to help visualise the transition.
56 |Overflow hidden to complete the effect.
61 |Making use of opacity and transition-delay to create a fade effect.
66 |