pull/387/head
Abdullah Almsaeed 2015-04-30 20:18:36 -04:00
parent 25f3628be8
commit cf6a37dc80
2 changed files with 8 additions and 8 deletions

14
dist/css/AdminLTE.css vendored
View File

@ -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