diff --git a/src/components/AdSlot/LeaderboardAd.svelte b/src/components/AdSlot/LeaderboardAd.svelte index 71b62c73..1b946caf 100644 --- a/src/components/AdSlot/LeaderboardAd.svelte +++ b/src/components/AdSlot/LeaderboardAd.svelte @@ -29,7 +29,7 @@ unstick = true; setTimeout(() => { sticky = false; - }, 800); + }, 400); }, 3000); window.removeEventListener('scroll', handleScroll); } @@ -68,7 +68,7 @@ .leaderboard__sticky { position: initial; top: -275px; - transition: top 0.8s ease-in-out; + transition: top 0.4s ease-in-out; z-index: 1030; &.sticky { position: sticky;