Testing CSS transitions in Webkit.

<!--<Hypertext Markup Language>-->HTML<!--</>-->

This div will fade out when hovered over. In browsers that do not support this animation, there will be graceful degradation, as the div will simply fade out immediately.

]]>

This div will spin when it is clicked!

]]>

This div will spin when clicked.

]]>

Borders can also be animated. This box has a simple border animation where the border will both grow in thickness and change color when the box is hovered.

]]>

This box should invert colors and rotate 10° along the z-axis when hovered.

]]>

The transform can also be used for scaling:

default »
linear »
ease-in »
ease-out »
ease-in-out »
cubic-bezier(0,1,1,0) »
<acronym title="Scalable Vector Graphics">SVG</acronym>

This image should gradually change colors.