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...