Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css infinite horizontal scroll with keyframe?

@keyframes animatedBackground {
  from { background-position: 0px 0; }
  to { background-position: -562px 0; }
}
#header-top {
  height: 190px;
  width:100%;
  background-image: url('example.png');
  background-repeat: repeat-x;
  animation: animatedBackground 2s linear infinite;
  line-height: 400px;

}

/*HTML*/
<div id="header-top">
</div>
Comment

PREVIOUS NEXT
Code Example
Css :: block property in css 
Css :: font face roboto css 
Css :: woocommerce product_cat apply to custom post type 
Css :: symfony modify request 
Css :: free hrml css curs 
Css :: combine binary numbers 
Css :: react-responsive modal flashes after closing 
Css :: which port does ssh use 
Css :: Styling based on parent state 
Css :: css 30% height visible 
Css :: use PurifyCSS with hugo 
Css :: one image on top of other image android kotlin 
Css :: all heading tags selector scss 
Css :: set opacity except one 
Css :: matrix multiplication markdown 
Css :: how to active horizental scroll for navbar menu in mobile screen 
Css :: look and feel 
Css :: tynker bot 
Css :: @font-face in css 
Css :: Structs in Golang 
Css :: poretty print css 
Css :: docker registry fetch 
Css :: hide yunohost button on apps 
Css :: overwrite theme css in parent css 
Css :: css fade div 
Css :: centralize image css 
Css :: activate_bin_path 
Typescript :: jquery id that starts with 
Typescript :: timeout typescript 
Typescript :: from sklearn.datasets import fetch_mldata error 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =