" background animation css - Bootstrap animation"
Bootstrap 3.3.0 Snippet by srengkhorn

<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 class="home-product"> by <a style="color:#fff;" href="http://www.iluquotes.com/">www.iluquotes.com</a> Searches related to background scroll animation<br/> scroll animation jquery<br/> on scroll animation bootstrap<br/> on scroll animation css<br/> on scroll animation css3<br/> on scroll animation effects<br/> scroll animation android<br/> scroll animation javascript<br/> scroll animation html<br/> <div class="container-fluid"> <div class="col-md-6 col-sm-6"> <div class="home-product-hedaing left-product"> <h2>background animation css</h2> <h2>background scroll animation</h2> </div> </div> <div class="col-md-6 col-sm-6"> <div class="home-product-hedaing right-product"> <h1>Bootstrap animation css</h1> </div> </div> </div> </div>
body{margin:0px; padding:0px;} @-webkit-keyframes backgroundScroll { from {background-position: 0 0;} to {background-position: -400px 0;} } @keyframes backgroundScroll { from {background-position: 0 0;} to {background-position: -400px 0;} } .home-product { background:url("http://lorempixel.com/1300/500/"); float: left; padding: 100px 0; width: 100%; color:#fff !important; min-height:641px; -webkit-animation: backgroundScroll 35s linear infinite; animation: backgroundScroll 10s linear infinite; background-size:130% 100%; background-position:top; background-attachment:fixed; }

Related: See More


Questions / Comments: