diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index 6496bd2..14f1d37 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -234,7 +234,7 @@ elementToRemove.classList.remove('show'); setTimeout(() => { if(!elementToRemove.classList.contains('show')) elementToRemove.style.display = 'none'; - }, 800); + }, 700); } else { const fixedElementRect = elementToRemove.getBoundingClientRect(); const referenceElementRect = targetElement.getBoundingClientRect(); @@ -248,7 +248,7 @@ elementToRemove.classList.remove('show'); setTimeout(() => { if(!elementToRemove.classList.contains('show')) elementToRemove.style.display = 'none'; - }, 800); + }, 700); } } // Stop observing once it's removed (optional)