<div style="width: 200px">
<div style="float:left">
</div>
<div style="float:right">
<span id='imageLoading' class="imageRotateHorizontal"/>0</span>
</div>
<div>
/*Rotating images*/
.imageRotateHorizontal{
-moz-animation: spinHorizontal .8s infinite linear;
-o-animation: spinHorizontal .8s infinite linear;
-webkit-animation: spinHorizontal .8s infinite linear;
animation: spinHorizontal .8s infinite linear;
}
@-moz-keyframes spinHorizontal {
0% {
-moz-transform: rotateY(0deg);
}
100% {
-moz-transform: rotateY(360deg);
}
}
@keyframes spinHorizontal {
0% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@-ms-keyframes spinHorizontal {
0% {
-ms-transform: rotateY(0deg);
}
100% {
-ms-transform: rotateY(360deg);
}
}
@-o-keyframes spinHorizontal {
0% {
-o-transform: rotateY(0deg);
}
100% {
-o-transform: rotateY(360deg);
}
}
@-webkit-keyframes spinHorizontal {
0% {
-webkit-transform: rotateY(0deg);
}
100% {
-webkit-transform: rotateY(360deg);
}
}
<div style="float:left">
</div>
<div style="float:right">
<span id='imageLoading' class="imageRotateHorizontal"/>0</span>
</div>
<div>
/*Rotating images*/
.imageRotateHorizontal{
-moz-animation: spinHorizontal .8s infinite linear;
-o-animation: spinHorizontal .8s infinite linear;
-webkit-animation: spinHorizontal .8s infinite linear;
animation: spinHorizontal .8s infinite linear;
}
@-moz-keyframes spinHorizontal {
0% {
-moz-transform: rotateY(0deg);
}
100% {
-moz-transform: rotateY(360deg);
}
}
@keyframes spinHorizontal {
0% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@-ms-keyframes spinHorizontal {
0% {
-ms-transform: rotateY(0deg);
}
100% {
-ms-transform: rotateY(360deg);
}
}
@-o-keyframes spinHorizontal {
0% {
-o-transform: rotateY(0deg);
}
100% {
-o-transform: rotateY(360deg);
}
}
@-webkit-keyframes spinHorizontal {
0% {
-webkit-transform: rotateY(0deg);
}
100% {
-webkit-transform: rotateY(360deg);
}
}
Demo
404Requested Page Not found |
0 comments:
Post a Comment