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);
63 from { opacity: 0;transform: scale3d(0, 0, 1);}
65 to { opacity: 1; transform: scale3d(1, 1, 1);}
69 transform-origin: 0% 0%;
70 animation-name: menuIn;
71 animation-duration: 120ms;
73 animation-timing-function: cubic-bezier(.62,.28,.23,.99);