Skip to content

Commit

Permalink
Update search-results.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Apr 8, 2024
1 parent 1a38703 commit 4995932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cigaradvisor/blocks/search-results/search-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function processSearchResults(articles, wrapper, limit, articlesCount) {
const loadingImageContainer = document.querySelector('.loading-image-container');
const articleListWrapper = document.querySelector('.article-list-wrapper');
loadingImageContainer.style.transition = 'opacity 2s';
loadingImageContainer.style.opacity = 0.5;
loadingImageContainer.style.opacity = 0.25;
articleListWrapper.style.transition = 'opacity 2s';
articleListWrapper.style.opacity = 0.5;
articleListWrapper.style.display = 'block';
Expand Down

0 comments on commit 4995932

Please sign in to comment.