Skip to content

Instantly share code, notes, and snippets.

@dan-silver
Last active December 19, 2015 10:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dan-silver/5941468 to your computer and use it in GitHub Desktop.
Save dan-silver/5941468 to your computer and use it in GitHub Desktop.
<div class="et-wrapper">
<div class="et-page">
<h2>Page 1</h2>
<button class="et-rotate" et-in="rotateCarouselRightIn" et-out="rotateCarouselRightOut">Next</button>
</div>
<div class="et-page">
<h2>Page 2</h2>
<button class="et-rotate" et-in="rotateCarouselLeftIn" et-out="rotateCarouselLeftOut">Back</button>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment