Mustafa Enes Ertarhanaci
Mustafa Enes Ertarhanaci
Do WTF You Want Public Licence http://www.wtfpl.net/about/
starting from line 115: ``` js if( support.transitions ) { this.contentEl.addEventListener( transEndEventName, onEndTransitionFn ); } else { onEndTransitionFn(); } ``` So when there's no `support` for `transitions`, the `onEndTransitionFn` is...
Shortest ways generally suck :sweat: We should consider **readability** and **expressiveness** before its length when deciding a code sample is good enough to suggest as the solution to a bad...
Just in case you folks are interested in a version without the theme music, I was investigating how to kill it entirely (and failed to get a build after a...
I don't know if this is related but sometimes the https://colorjs.io doesn't open for me, and so `/dist/color.js` also becomes unavailable.