Browse
For agents
About
Loading Page with Loading Screen
/
1.0.86
Loading Page with Loading Screen
v1.0.86
Switch version
1.2.8
1.0.92
1.0.93
1.0.94
1.0.95
1.0.96
1.1.0
1.1.1
1.1.10
1.1.11
1.1.12
1.1.13
1.1.14
1.1.15
1.1.16
1.1.17
1.1.18
1.1.19
1.1.2
1.1.20
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
All 46 releases
Overview
Code
loading-page
/
css
/
loading-page-rotateInLeft.css
loading-page-rotateInLeft.css
in Loading Page with Loading Screen 1.0.86, at css/loading-page-rotateInLeft.css
1 lines
1012 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
@
-moz-keyframes
rotateInLeft
{
from
{
-moz-transform-origin
:
0
;
-moz-transform
:
rotateY
(
180
deg
)
}
to
{
-moz-transform-origin
:
0
;
-moz-transform
:
rotateY
(
0
deg
)
}
}
@
-ms-keyframes
rotateInLeft
{
from
{
-ms-transform-origin
:
0
;
-ms-transform
:
rotateY
(
180
deg
)
}
to
{
-ms-transform-origin
:
0
;
-ms-transform
:
rotateY
(
0
deg
)
}
}
@
-o-keyframes
rotateInLeft
{
from
{
-o-transform-origin
:
0
;
-o-transform
:
rotateY
(
180
deg
)
}
to
{
-o-transform-origin
:
0
;
-o-transform
:
rotateY
(
0
deg
)
}
}
@
-webkit-keyframes
rotateInLeft
{
from
{
-webkit-transform-origin
:
0
;
-webkit-transform
:
rotateY
(
180
deg
)
}
to
{
-webkit-transform-origin
:
0
;
-webkit-transform
:
rotateY
(
0
deg
)
}
}
@
keyframes
rotateInLeft
{
from
{
transform-origin
:
0
;
transform
:
rotateY
(
180
deg
)
}
to
{
transform-origin
:
0
;
transform
:
rotateY
(
0
deg
)
}
}
.
lp-rotateInLeft
{
-ms-animation-duration
:
3
s
;
-ms-animation-name
:
rotateInLeft
;
-moz-animation-duration
:
3
s
;
-moz-animation-name
:
rotateInLeft
;
-webkit-animation-duration
:
3
s
;
-webkit-animation-name
:
rotateInLeft
;
-o-animation-duration
:
3
s
;
-o-animation-name
:
rotateInLeft
;
animation-duration
:
3
s
;
animation-name
:
rotateInLeft
}