Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Creatorless/common.js: Revision history

From Growtopia Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 February 2025

  • curprev 17:3417:34, 7 February 2025 Creatorless talk contribs 5,464 bytes +5,464 Created page with "document.addEventListener('DOMContentLoaded', function () { // === 1. Sticky Header on Scroll === const header = document.querySelector('header'); let lastScrollTop = 0; window.addEventListener('scroll', function () { let currentScroll = window.pageYOffset || document.documentElement.scrollTop; if (currentScroll > lastScrollTop) { header.classList.add('sticky'); } else { header.classList.remove('sticky');..."