Jelajah More on this category »
Wisata More on this category »
Liburan More on this category »
.

CSS Typer With Keyframes

Click Gambar For View DEMO

CSS
@-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; }
h1 {
    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;
}


HTML
<h1>Hello My name Is PalmaHutabarat</h1


Attention :

  • h1 : Itu Bisa Berlaku Juga Pada Judul BLog Kita apabila menggunakan Coding h1, pokok nya yang bertuliskan <h1></h1> , akan conneting sendiri.... tapi jika ingin menggnati ke ukuran yang lebih simple , tinggal ganti dengan h1, h2, h3, h4, h5, h6 . seperti itu lah.
  • Untuk Jumlah Character Font Yang Ditampilkan itu terbatas, hanya sampai : 20 character
Copyright © 2013. Maz - Scripts - All Rights Reserved | Template Created by Kompi Ajaib Proudly powered by Blogger