"background animation"
Bootstrap 3.3.0 Snippet by evarevirus

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div id="awan"> .. Isi Konten di Dalam Animasi Awan! .. </div>
* { background:#C0DEED} #awan { position:fixed; top:0px;left:0px; width:100%; height:100%; text-align:center; margin:0px; padding:0px; background-color:#C0DEED; background: url(https://abs.twimg.com/images/themes/theme1/bg.png) center top repeat-x; padding-top:100px; padding-bottom:10px; width: 100%; height: 135px; animation: awan-animasi 10s linear infinite; -ms-animation: awan-animasi 10s linear infinite; -moz-animation: awan-animasi 10s linear infinite; -webkit-animation: awan-animasi 10s linear infinite; } @keyframes awan-animasi { from { background-position: 0 0; } to { background-position: 100% 0; }; } @-webkit-keyframes awan-animasi { from { background-position: 0 0; } to { background-position: 100% 0; }; } @-ms-keyframes awan-animasi { from { background-position: 0 0; } to { background-position: 100% 0; }; } @-moz-keyframes awan-animasi { from { background-position: 0 0; } to { background-position: 100% 0; }; }

Related: See More


Questions / Comments: