From 2b15c17e6070b9ed5d4d5bcb790342289cd2ab96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Sat, 23 May 2026 23:36:19 +0300 Subject: [PATCH] refactor: remove floating doodle animations and standardize animation durations across components --- .../services/web-development.blade.php | 59 +++++++++++-------- 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/resources/views/templates/services/web-development.blade.php b/resources/views/templates/services/web-development.blade.php index 0bd30c5..17ed735 100644 --- a/resources/views/templates/services/web-development.blade.php +++ b/resources/views/templates/services/web-development.blade.php @@ -172,13 +172,9 @@ transform: rotate(10deg) scale(1.1); } - /* Floating Doodle Animations */ - @keyframes float-gentle { - 0%, 100% { transform: translateY(0) rotate(0deg); } - 50% { transform: translateY(-10px) rotate(3deg); } - } + /* Floating Doodle Animations (Removed loop animations on doodles as requested) */ .floating-doodle { - animation: float-gentle 6s ease-in-out infinite; + /* static doodle position */ } /* Grid layout adjustments */ @@ -907,7 +903,7 @@ {!! t('Çözümlerimiz') !!} {!! t('Bize Ulaşın') !!} -
+
-
+

{!! t('Teknoloji Ekosistemimiz') !!}

@@ -945,7 +941,7 @@
-