body { font-family: sans-serif; font-size: 22px; margin: 0; padding: 0; background: #f2f2f2; } .container { position: relative; margin: 0 auto; width: 320px; background: #f2f2f2; } ul li { position: relative; width: 100%; list-style: none; margin: 0; background: #E6175C; margin-bottom: 15px; border-radius: 3px; display: inline-block; } a { display: block; padding: 20px 0; color: white; font-weight: normal; text-decoration: none; text-transform: uppercase; padding-left: 70px; } .img { width: 40px; height: 40px; float: left; border: 2px solid white; border-radius: 100%; position: absolute; top: 10px; left: 10px; } ol { padding: 0; margin: 0; } ol li { padding-top: 20px; height: 100px; border-bottom: 1px solid #800d34; list-style: none; margin: 0 20px; color: lightgrey; } ol li:last-child { border-bottom: none; } .goout{ -webkit-animation: gooutanimation ease-out 2.5s infinite; -webkit-animation-fill-mode:forwards; -webkit-animation-delay: 1000ms; } .active{ -webkit-animation: activeanimation ease-out 2.5s infinite; -webkit-animation-fill-mode:forwards; -webkit-animation-delay: 1000ms; z-index: 1000; } .list { background: white; width: 280px; height: 465px; position: absolute; top: 68px; right:-273px; opacity: 0; -webkit-animation: listanimation ease-out 2.5s infinite; -webkit-animation-fill-mode:forwards; -webkit-animation-delay: 1000ms; } @-webkit-keyframes gooutanimation { 0% { -webkit-transform: translateX(0) ; -webkit-animation: background(#800d34); opacity: 1; } 20% { -webkit-transform: translateX(-150px) ; background-color: white; opacity : 0; float: left; } 63% { -webkit-transform: translateX(-150px) ; background-color: white; opacity : 0; float: left; } 80% { -webkit-transform: translateX(0) ; -webkit-animation: background(#800d34); opacity: 1; } } @-webkit-keyframes activeanimation { 0% { -webkit-transform: translateY(0) ; -webkit-animation: background(#f2f2f2); } 20% { -webkit-transform: translateY(-77px) ; -webkit-animation: background(yellow); } 63% { -webkit-transform: translateY(-77px) ; } 80% { -webkit-transform: translateY(0) ; } } @-webkit-keyframes listanimation { 0% { -webkit-transform: translateX(0) ; opacity: 0; } 20% { -webkit-transform: translateX(-273px) ; opacity: 1; } 63% { -webkit-transform: translateX(-273px) ; opacity: 1; } 80% { -webkit-transform: translateX(0) ; opacity: 0; } }