Horje
Background Animation onHover Code Example
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;
}




Css

Related
Image not rendering in tailwind css Code Example Image not rendering in tailwind css Code Example
set div tomiddle css Code Example set div tomiddle css Code Example
sweetalert to small bootstrap Code Example sweetalert to small bootstrap Code Example
side nav materialize Code Example side nav materialize Code Example
flex Code Example flex Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8