Skip to content

Instantly share code, notes, and snippets.

@exarcheia-web
Created December 17, 2013 18:42
Show Gist options
  • Save exarcheia-web/8010361 to your computer and use it in GitHub Desktop.
Save exarcheia-web/8010361 to your computer and use it in GitHub Desktop.
Transition hack - courtesy of tympanus, those legendary guys
/* Transition hack - courtesy of tympanus, those legendary guys */
.to-be-changed {
transition: all 0s 9999999s;
}
span:active ~ .to-be-changed {
transition: all 0s;
color: red;
}
<span>Click me!</span>
<p class="to-be-changed">I'm going to be red! It's gonna be legen... Wait for it...</p>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment