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”
Category: css
Custom HTML Audio tag
There may be hundreds of Javascript and HTML audio players available, but always the requirement will be somewhat different from the current one. So i felt it is better to learn customizing the audio player according to my own needs. Let’s see how i could do it in a simple way, Firstly I create an audio … Continue reading “Custom HTML Audio tag”
Introduction to your website/product with intro.js
This would be the best way to introduce your product to your visitors or a website with a tour. Intro.js is javascript plugin features in providing a step a step guide to a product. Let us directly jump to How to use? Download the files from Recent upload Let us create a basic HTML page … Continue reading “Introduction to your website/product with intro.js”
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”