Skip to content

Commit

Permalink
removed fades from cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshvdw committed Dec 6, 2024
1 parent 711e392 commit 18b84d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/home/loadAnim.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default loadAnim = () => {
topMargin = "6vw";
}

let targetQuery = ".landing-text-box, .project-card-parent";
let targetQuery = ".landing-text-box";
// let targetQuery = ".landing-text-box, .project-card-parent"; // original

//get cookies
var hasVisited = sessionStorage.getItem("washere");
Expand Down

0 comments on commit 18b84d9

Please sign in to comment.