@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:1}}.animated-frame{animation:1s ease-in-out forwards frameAnimation}.animated-overlay{animation:2s ease-in-out forwards overlayAnimation}.animated-body{animation:2s ease-in-out forwards bodyAnimation}
