2s more
All checks were successful
deploy to production / deploy (push) Successful in 35s

This commit is contained in:
Robin Grenzdörfer 2023-09-27 19:35:06 +00:00
parent e6e1baf808
commit 626cbbabb4
3 changed files with 3 additions and 2 deletions

View File

@ -146,7 +146,7 @@ swiper-slide {
background: #000000;
height: 5px;
width: 0;
animation: underlineEffect 4s linear forwards;
animation: underlineEffect 6s linear forwards;
@media @tablet {
height: 10px;
}

View File

@ -59,7 +59,7 @@
navigation="{true}"
init="{false}"
autoplay="{{
delay: 4000, // 5000ms = 5s
delay: 6000, // 5000ms = 5s
pauseOnMouseEnter: true,
}}"
speed="600"

View File

@ -6,6 +6,7 @@
</script>
<div class="iconBlock">
{#each col.iconBlocks as icon}
<div class="icon">
<img src="{`${apiBaseURL}page/${pageId}/${icon.icon?.src}`}" alt="img" />