How to animate a SVG – SVG animation

There are few ways to animate a svg. The easiest way to animate a svg is with css. So, the first thing we will do is build the svg, then we will create a keyframe to animate the way how the svg is writed. <svg width=”200″ height=”160″ xmlns=”http://www.w3.org/2000/svg”> <path class=”path” d=”M10 70 L 70 70,… Continue reading How to animate a SVG – SVG animation

How to change class jquery – toggleClass jQuery

In the last post we learnt how to add a class by jquery. Now we will add a class on first click, then on the second we will remove the class. To accomplish this the first we have to do load up the jquery library, we learnt this in the addClass jquery tutorial then we will… Continue reading How to change class jquery – toggleClass jQuery

How to addclass jquery – javascript add class

For a frontend programmers is vital to know how to add a class on click, or when document is ready. There is nothing complicated in adding a class when an element is clicked. Here we will learn all necesary steps to add a class. The first thing we have to do is load up the… Continue reading How to addclass jquery – javascript add class

How to create jquery countdown timer – Javascript Countdown Timer

To create this countdown we will use this plugin. The Final Countdown is a plugin tailored to be used in any layout, without any CSS/HTML dependency. The goal was to fit and mimic differents countdown styles as you see out there in coupons and auction sites.   Is very easy to setup this plugin. HTML:… Continue reading How to create jquery countdown timer – Javascript Countdown Timer

Direction Aware effect CSS – jQuery animation gallery implementation

How to create an aware direction hover effect with css and javascript. The following code will create a nice hover effect when you put the cursor on the gallery thumbnail. To achieve this effect you need an overlay which will stay in the top left corner, when the cursor will go inside the thumbnail, we… Continue reading Direction Aware effect CSS – jQuery animation gallery implementation