CSS Transitions and Transformations
As we have seen in the recent tutorials about CSS, many nice visual effects can be created on your web pages entirely in CSS with no Graphics or JavaScript required. In this tutorial we’ll take a look at the animation capabilities built right into CSS3 to make effects that were only possible with technologies like Flash in the past. We can begin by looking at CSS Transitions which make it easy to make changes to a style happen smoothly over time.…