Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created May 15, 2019 06:44
Show Gist options
  • Save ederchrono/dfcab8f6efb2da3f9671c98d1fcd09d3 to your computer and use it in GitHub Desktop.
Save ederchrono/dfcab8f6efb2da3f9671c98d1fcd09d3 to your computer and use it in GitHub Desktop.
<!-- inside the app div -->
<pre
class="fixed bottom-0 left-0 p-3 text-white z-50 bg-gray-800 opacity-75 pointer-events-none"
>
dragging: {{ dragging }}
imagesIndexes: [{{previousImageIndex}}] [{{currentImageIndex}}] [{{nextImageIndex}}]
cursorStartX: {{ cursorStartX }}
cursorCurrentX: {{ cursorCurrentX }}</pre
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment