.animate-in-and-out{animation:ease-in-out animate-in-and-out;animation-timeline:view()}@keyframes animate-in-and-out{entry 0% {opacity: 0; transform: translateY(10%) scale(.9);} entry 200% {opacity: 1; transform: translateY(0) scale(1);} exit -100% {opacity: 1; transform: translateY(0) scale(1);} exit 100% {opacity: 0; transform: translateY(-10%) scale(.9);}}
