12 background-color: blue
;
13 transform: translate3d
(0,80px,0);
14 -webkit-animation-name: splashdown
;
15 -webkit-animation-duration: 0.6s;
16 -webkit-animation-delay: 0.1s;
19 @-webkit-keyframes splashdown
{
21 transform: translate3d
(0, -300px, 0);
24 -webkit-animation-timing-function: ease-in
;
25 transform: translate3d
(0, 20px, 0);
28 -webkit-animation-timing-function: ease-in-out
;
29 transform: translate3d
(0, 100px, 0);
32 transform: translate3d
(0, 100px, 0);
35 transform: translate3d
(0, 100px, 0);