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;
46 animation-name: notificationStopped;
50 @keyframes notification {
52 transform: translate3d(580px, 0, 0);
55 transform: translate3d(0, 0, 0);
58 transform: translate3d(0, 0, 0);
61 transform: translate3d(580px, 0, 0);
64 @keyframes notificationStopped {
66 transform: translate3d(580px, 0, 0);
69 transform: translate3d(0, 0, 0);
72 transform: translate3d(0, 0, 0);
79 transform: scale3d(0, 0, 1);
84 transform: scale3d(1, 1, 1);
89 transform-origin: 100% 0%;
90 animation-name: menuIn;
91 animation-duration: 120ms;
93 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
96 @keyframes loadingBob {
98 transform: translate3d(0, 0, 0);
101 transform: translate3d(0, 0, 0);
104 transform: translate3d(0, -10px, 0);
107 transform: translate3d(0, 0, 0);
110 transform: translate3d(0, 0, 0);
116 transform: translate3d(0, 20px, 0) scale3d(0, 0, 0);
119 transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
124 transform-origin: 50% 100%;
125 animation-name: pointer;
126 animation-duration: 180ms;
128 animation-timing-function: cubic-bezier(.62, .28, .23, .99);