Skip to content

Commit

Permalink
Merge pull request #328 from Edasgh/progbar-302
Browse files Browse the repository at this point in the history
"Progressbar"
  • Loading branch information
multiverseweb authored Nov 9, 2024
2 parents 142a764 + e09e430 commit c3040cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ <h3 class="subheading">Condition</h3>
defer>
</script>

<!-- Added this script to initialize elements you want to reveal. -->
<!-- Added this script to initialize elements to reveal. -->

<script>ScrollReveal().reveal('.reveal', {
distance: '50px',
Expand All @@ -447,10 +447,6 @@ <h3 class="subheading">Condition</h3>
interval: 200, // Delay between revealing multiple elements
});
</script>




</body>

</html>
2 changes: 1 addition & 1 deletion resources/contributorsSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,4 +555,4 @@ a{
border-radius: 50px;
box-shadow: 0 0 5px black;
z-index: 22;
}
}

0 comments on commit c3040cc

Please sign in to comment.