Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayad-Uddin-Tahsin authored Jan 26, 2023
1 parent 11a74f6 commit d040450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ let boxThree = document.getElementsByClassName("boxThree"); // z
// conter function
const counter = () => {
// First conter
const x = 380;
const y = 85;
const x = 400;
const y = 90;
const z = 100000;

const count = setInterval(() => {
Expand Down Expand Up @@ -152,4 +152,4 @@ function intersectionObserverHandler(intersectionObserverEntries) {
counter();
observer.unobserve(elem);
}
}
}

1 comment on commit d040450

@vercel
Copy link

@vercel vercel bot commented on d040450 Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.