Skip to content
Snippets Groups Projects
  1. Dec 03, 2024
  2. Dec 02, 2024
  3. Nov 28, 2024
  4. Nov 23, 2024
  5. Sep 29, 2024
  6. Sep 25, 2024
  7. Sep 23, 2024
  8. Sep 22, 2024
    • Liliana Sanfilippo's avatar
      if (scrollToId) { · 5af63edc
      Liliana Sanfilippo authored
                  const element = document.getElementById(scrollToId);
                  if (element) {
                      const viewportHeight = window.innerHeight;
                      const targetPosition = element.getBoundingClientRect().top + window.pageYOffset;
                      const scrollToPosition = targetPosition - viewportHeight / 2 + element.clientHeight / 2;
                      window.scrollTo({ top: scrollToPosition, behavior: "smooth" });
                  }
              }
      5af63edc
    • Liliana Sanfilippo's avatar
      Loading Screen auskommentiert · ec600f08
      Liliana Sanfilippo authored
      ec600f08
    • Liliana Sanfilippo's avatar
      openElement · e326b7e2
      Liliana Sanfilippo authored
      e326b7e2
  9. Sep 18, 2024
  10. Aug 23, 2024
Loading