Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Background Animation onHover

@keyframes panoramic {
to { background-position: 100% 0; }
}
.panoramic {
width: 150px; height: 150px;
background: url("img/naxos-greece.jpg");
background-size: auto 100%;
animation: panoramic 10s linear infinite alternate;
animation-play-state: paused;
}
.panoramic:hover, .panoramic:focus {
animation-play-state: running;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how we use backdrop-filter css property 
Css :: vertical sliders css 
Css :: css fonts 
Css :: how to use variables in css 
Css :: button in css 
Css :: beautiful checkbox css 
Css :: 3d sphere 
Css :: css hover after 
Css :: logic in css 
Css :: fallback value in css 
Css :: Functions in Golang 
Css :: opposite of :not css 
Css :: transparent circle css 
Css :: css good border radius 
Css :: css button type 
Css :: select custom css 
Css :: symfony app css not working 
Css :: how long ago was 1993 years 
Css :: gmail auto rewize dont 
Css :: css registry component 
Css :: Importar una fuente CSS 
Css :: pacSelectFirst( submit button 
Css :: css change browser color 
Css :: @keyframes opact 
Css :: scss modules 
Css :: simple button css codepen 
Css :: change button shape css 
Css :: Apply "small-caps" to an element 
Css :: chrome remove black inline from click button 
Css :: vue center components in body 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =