UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

11 lines (10 loc) 293 B
<html> <body> <span id="opacity" style="transition-duration: 2s;">opacity</span> <script> document.getElementById('opacity').addEventListener('click', function(event) { event.target.style.opacity = 0 }) </script> </body> </html>