Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Somraj-234 committed Jul 16, 2024
1 parent 6818f94 commit ca7558e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,28 +235,6 @@ document.querySelector("#hero3").addEventListener("mouseleave",function(){
// });



// document.addEventListener('DOMContentLoaded', function() {
// const container = document.querySelector(".text-container");
// const fillText = document.querySelector("#footer-fill");
// const strokeText = document.querySelector("#footer-stroke");

// container.addEventListener("mouseenter", function() {
// gsap.to(fillText, { opacity: 0, duration: 0.5 });
// gsap.to(strokeText, { opacity: 1, duration: 0.5 });
// });

// container.addEventListener("mouseleave", function() {
// gsap.to(fillText, { opacity: 1, duration: 0.5 });
// gsap.to(strokeText, { opacity: 0, duration: 0.5 });
// });
// });



// $('#footer-stroke').textillate({ in: { effect: 'rollIn' } });


function footerAnimation() {

var clutter = ""
Expand Down

0 comments on commit ca7558e

Please sign in to comment.