.slide-top-animation{animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both}
 @keyframes slide-top{0%{transform:translateY(0)}100%{transform:translateY(-50px)}}