Less is an extension to normal CSS. Its not only backward compatible with CSS, it allows us to use existing CSS syntax. This makes learning Less an easy task and if we ever find difficulty it lets you fall back to vanilla CSS. Less allows variables, mixins, functions and many other techniques that allow you … Continue reading “Less in Simple Terms”
Tag: css
Managing CSS with animo.js
A powerful and lightweight tool for managing css animations. Stack animations, create cross-browser blurring, set callbacks on animation completion, make magic. According to my experience, usage of plugins to get the animations and transitions would have been hard without animo.js. The cross browser support is the most amazing thing which i like in animo.js. I … Continue reading “Managing CSS with animo.js”