slider
All checks were successful
deploy to production / deploy (push) Successful in 38s

This commit is contained in:
Robin Grenzdörfer 2023-09-28 15:28:20 +00:00
parent 626cbbabb4
commit 26fc03cbd0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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