From 707eb95ef63311b6702d84983b4fed3125612d89 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 30 Sep 2025 15:35:06 +0200 Subject: [PATCH] STYLE introducing the animation component --- resources/css/base/animation.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/base/animation.css b/resources/css/base/animation.css index 2e15ab5..7703fbc 100644 --- a/resources/css/base/animation.css +++ b/resources/css/base/animation.css @@ -1,3 +1,6 @@ +/** + * Animation for the hover top + */ .animate-hover-top { @apply transition-all duration-300 ease-out; &:hover {