4 animation-name: fadeIn;
5 animation-duration: 160ms;
6 animation-timing-function: ease-in-out;
7 animation-fill-mode: forwards;
21 transform: translate3d(580px, 0, 0);
22 animation-name: searchResult;
23 animation-duration: 220ms;
24 animation-fill-mode: forwards;
25 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
28 @keyframes searchResult {
31 transform: translate3d(400px, 0, 0);
35 transform: translate3d(0, 0, 0);
40 transform: translate3d(580px, 0, 0);
41 animation-name: notification;
42 animation-duration: 3s;
43 animation-timing-function: ease-in-out;
44 animation-fill-mode: forwards;
47 @keyframes notification {
49 transform: translate3d(580px, 0, 0);
52 transform: translate3d(0, 0, 0);
55 transform: translate3d(0, 0, 0);
58 transform: translate3d(580px, 0, 0);
65 transform: scale3d(0, 0, 1);
70 transform: scale3d(1, 1, 1);
75 transform-origin: 100% 0%;
76 animation-name: menuIn;
77 animation-duration: 120ms;
79 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
82 @keyframes loadingBob {
84 transform: translate3d(0, 0, 0);
87 transform: translate3d(0, 0, 0);
90 transform: translate3d(0, -10px, 0);
93 transform: translate3d(0, 0, 0);
96 transform: translate3d(0, 0, 0);