mirror of https://github.com/ColorlibHQ/AdminLTE
Compiled #386
parent
25f3628be8
commit
cf6a37dc80
|
@ -1188,23 +1188,23 @@ a:focus {
|
||||||
}
|
}
|
||||||
@-webkit-keyframes flipInX {
|
@-webkit-keyframes flipInX {
|
||||||
0% {
|
0% {
|
||||||
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
||||||
transition-timing-function: ease-in;
|
-webkit-transition-timing-function: ease-in;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
40% {
|
40% {
|
||||||
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
||||||
transition-timing-function: ease-in;
|
-webkit-transition-timing-function: ease-in;
|
||||||
}
|
}
|
||||||
60% {
|
60% {
|
||||||
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
80% {
|
80% {
|
||||||
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: perspective(400px);
|
-webkit-transform: perspective(400px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Fix dropdown menu in navbars */
|
/* Fix dropdown menu in navbars */
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue