SSL Security You Can Bank On at GoDaddy.com Flexible Cloud Hosting from GoDaddy.com, starting at $.05 per hour!

Thursday, July 19, 2012

CC3 Typing Animation


www.fblatest.in
CSS 3 is going to be very messive hit day by day and we can easily create the animations using the CSS 3 and HTML be'coz CSS 3 provide us the very awesome technique with unique methods of animation. So, our friend create a Typing Animation with the help of CSS 3 and HTML, which will automatically generate the text and animation will like the typing from keyboard.



Codes of CSS 3 Typing Animation

<html>
<head>
<style>
@-webkit-keyframes typing {
    from { width: 0 }
    to { width:16.3em }
}
@-moz-keyframes typing {
    from { width: 0 }
    to { width:16.3em }
}
@-webkit-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: black }
}
@-moz-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: black }
}
body { font-family: Consolas, monospace; }
h5 {
    font-size:150%;
    width:16.3em;
    white-space:nowrap;
    overflow:hidden;
    border-right: .1em solid black;


    -webkit-animation: typing 17s steps(30, end), /* # of steps = # of characters */
                        blink-caret 1s step-end infinite;
    -moz-animation: typing 17s steps(30, end), /* # of steps = # of characters */
                        blink-caret 1s step-end infinite;
}
</style>
</head>
<body>
<h5><font color="red"><3 "I Love You My Rose" <3</font></h5>
</body>
</html>

Make Changes....!

  • Replace <3 "I Love You My Rose" <3 text with your own text.



Thanks for Visit Here Like Us on Facebook.
If Any Problem, Ask in Comments Follow US on Twitter.

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
$1.99 Domains* at GoDaddy.com
Home | Advertise Here | About Author
Blogger Wordpress Gadgets

About Author

Hi....! I'm Hemant Verma, Graduate in Computer Applications in 2012, Love to Make Blogger Hacks and Like to Play with HTML and a Business Man. Read More....

Demanding Tut