mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
chore: ⚰️ works
This commit is contained in:
parent
8abbf3112a
commit
33f858dc82
1 changed files with 0 additions and 5 deletions
|
@ -139,11 +139,6 @@ onMounted(() => {
|
|||
function checkPosition() {
|
||||
let windowY = window.scrollY;
|
||||
postButton.style.transform = `scale(${windowY < scrollPos ? '1' : '0'})`;
|
||||
// if (windowY < scrollPos) {
|
||||
// postButton.style.transform = 'scale(1)';
|
||||
// } else {
|
||||
// postButton.style.transform = 'scale(0)';
|
||||
// }
|
||||
scrollPos = windowY;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue