diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index e60727a..410e368 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -267,6 +267,7 @@ entries.forEach(entry => { if (entry.isIntersecting) { nameField.addEventListener("focus", () => { + nameField.placeholder = ""; setTimeout(() => { let typed = new Typed('#name', { strings: ['Max Mustermann'], @@ -274,7 +275,8 @@ backSpeed: 25, showCursor: false, startDelay: 500, - loop: false + loop: false, + attr: 'placeholder' }); }, 1000); });