Skip to content

Instantly share code, notes, and snippets.

@peat-psuwit
Created July 19, 2023 17:59
Show Gist options
  • Save peat-psuwit/ffb9f9acd1cb6fe23cf997a8777dbf95 to your computer and use it in GitHub Desktop.
Save peat-psuwit/ffb9f9acd1cb6fe23cf997a8777dbf95 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
button[aria-hidden="true"] {
opacity: 0;
padding: 0;
height: 0;
width: 0;
overflow: hidden;
}
</style>
</head>
<body>
<div>
<button aria-hidden="true">Preparing to flip…</button>
<button aria-hidden="true">Flipping…</button>
<button aria-hidden="false">Flip Again</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment