Friday, 14 November 2014

Text Animation With Hover

Text Animation With Hover
Honey Bunny!
If you move your mouse over the text it looks like if it's blown away by the wind.
The code is pretty straightforward. Use the text-shadow property of CSS and put different px-values. To make the effect as if the text blows away set the last 2 pixel values relatively high. The hover property enables you to start the effect by putting the mouse pointer over the text.


CSS&HTML

No comments:

Post a Comment