Sunday, 1 February 2015

Moving Title With CSS Animation

Moving Title With CSS Animation
T
I
T
L
E

The animation only works on your PC.
Reload the page if you want play the animation again.

You can create so many fantastic effects with the CSS animation property. In the example above, the alphabets are moving from the right to the left. Details of the animation property are explained here.

By changing the left property in @keyframes youranimation you can move the elements from the right to the left or vice versa. The value forwards means that it will apply the property values described in to{} after the animation is finished.

HTML and CSS Code

No comments:

Post a Comment