@keyframes slideInFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.slide-in{animation:slideInFromRight .3s ease-out forwards}