@keyframes movevic{0%{transform:translatex(50%);opacity:0}100%{transform:translatex(0px);opacity:1}}.mobile_nav.opened ul li:nth-child(1) a{animation-name:movevic;animation-duration:400ms;animation-delay:50ms;animatin-timing-funtion:ease-in-out}.mobile_nav.opened ul li:nth-child(2) a{animation-name:movevic;animation-duration:400ms;animation-delay:100ms;animatin-timing-funtion:ease-in-out}.mobile_nav.opened ul li:nth-child(3) a{animation-name:movevic;animation-duration:400ms;animation-delay:150ms;animatin-timing-funtion:ease-in-out}.mobile_nav.opened ul li:nth-child(4) a{animation-name:movevic;animation-duration:400ms;animation-delay:200ms;animatin-timing-funtion:ease-in-out}.mobile_nav.opened ul li:nth-child(5) a{animation-name:movevic;animation-duration:400ms;animation-delay:250ms;animatin-timing-funtion:ease-in-out}