@keyframes overlayAnimation{0%{bottom:-100%}20%{bottom:0}80%{bottom:0}to{bottom:100%}}@keyframes frameAnimation{0%{bottom:0}60%{bottom:0}to{bottom:100%}}@keyframes bodyAnimation{0%{opacity:0}40%{opacity:0}to{opacity:100%}}.animated-frame{animation:frameAnimation 1s ease-in-out forwards}.animated-overlay{animation:overlayAnimation 2s ease-in-out forwards}.animated-body{animation:bodyAnimation 2s ease-in-out forwards}