Have you ever used Sass before?
Category Archives: Blog
“Commons”
If there is one thing I would like to change about the way I work, that would definitely be to use more plugins and stop writing the same things over and over again. Continue reading
Optimizations for the WEB: transitionEnd
The age of jQuery animations
Tired of using jQuery.animate
?
Well, you should be. As a general rule of thumb, if what you are trying to accomplish is a visual effect that has no functional meaning, then you should implement it in pure CSS. If you need to involve JavaScript, then it’s most probably poorly designed in the first place. At least, that’s the rule I try to follow myself. Continue reading