Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created May 15, 2019 06:44
Show Gist options
  • Save ederchrono/fe1f03dda558ff7707cc48f200c49091 to your computer and use it in GitHub Desktop.
Save ederchrono/fe1f03dda558ff7707cc48f200c49091 to your computer and use it in GitHub Desktop.
<!-- inside .mobile-container -->
<!-- image below -->
<img class="absolute h-full z-0" :src="previousImage" />
<!-- interactive image -->
<img class="absolute h-full z-10" :src="currentImage" />
<!-- image above -->
<img class="absolute h-full z-20" :src="nextImage" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment