From d8a3e143365f9bc84e17f6e2cb1d722f4e02f861 Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Wed, 4 Sep 2024 09:21:22 +0530 Subject: [PATCH] make animation effect faster for search --- web/static/custom/bountyhub.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/custom/bountyhub.js b/web/static/custom/bountyhub.js index d857796d..60736c3e 100644 --- a/web/static/custom/bountyhub.js +++ b/web/static/custom/bountyhub.js @@ -100,7 +100,7 @@ document.addEventListener('DOMContentLoaded', function() { setTimeout(() => { card.style.opacity = '1'; card.style.transform = 'translateY(0)'; - }, index * 50); // staggering anims for sort, search and filter and even first load + }, index * 5); // staggering anims for sort, search and filter and even first load }); } @@ -109,7 +109,7 @@ document.addEventListener('DOMContentLoaded', function() {
${attributes.name}
-
${attributes.name}${attributes.bookmarked ? '' : ''}
+
${attributes.name}  ${attributes.bookmarked ? '' : ''}
@${attributes.handle}