Skip to content

Commit

Permalink
stop the animation backgroundForBetterPerformance
Browse files Browse the repository at this point in the history
  • Loading branch information
modouaicha023 committed Nov 19, 2023
1 parent 88f7f2c commit 81967aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions headerTextStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ function updateCellClassStyleText() {
});
}

let intervalStyleText = 10 * 1000; // 1 second
setInterval(UpdateCellStyleText, intervalStyleText);
// let intervalStyleText = 10 * 1000; // 1 second
// setInterval(UpdateCellStyleText, intervalStyleText);
4 changes: 2 additions & 2 deletions style.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ function updateCellClassStyle() {
});
}

let intervalStyle = .5 * 1000; // 1 second
setInterval(UpdateCellStyle, intervalStyle);
// let intervalStyle = .5 * 1000; // 1 second
// setInterval(UpdateCellStyle, intervalStyle);
UpdateCellStyle()

0 comments on commit 81967aa

Please sign in to comment.