java
div#progressbar:hover div {
-webkit-animation: animate-stripes 0.4s linear infinite;
-moz-animation: animate-stripes 0.4s linear infinite;
}
@-webkit-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 23px 0;}
}
@-moz-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 23px 0;}
}
100%100%
c#
div#progressbar:hover div {
-webkit-animation: animate-stripes 0.4s linear infinite;
-moz-animation: animate-stripes 0.4s linear infinite;
}
@-webkit-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 23px 0;}
}
@-moz-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 23px 0;}
}
1%1%
html
div#progressbar:hover div {
-webkit-animation: animate-stripes 0.4s linear infinite;
-moz-animation: animate-stripes 0.4s linear infinite;
}
@-webkit-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 23px 0;}
}
@-moz-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 23px 0;}
}
50%50%
'-'
100 o krl '-'