diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 0d1ff39..7bb1518 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -219,8 +219,12 @@ opacity: 0; transform: translateY(20px); } + to { + opacity: 1; + transform: translateY(0); + } } .animate-fadeInUp { - animation: fadeInUp 0.5s ease-out forwards; + animation: fadeInUp 0.5s ease-out both; }