Sha256: f63f4109f046b9f72dbb438c45bed9d6691a57bea038b910ba22ecd07210d9c5

Contents?: true

Size: 213 Bytes

Versions: 575

Compression:

Stored size: 213 Bytes

Contents

const alertbar = document.querySelector('.alertbar')
window.addEventListener('scroll', () => {
  if (pageYOffset > 200) {
    alertbar.style.display = 'block'
  } else {
    alertbar.style.display = 'none'
  }
})

Version data entries

575 entries across 575 versions & 3 rubygems

Version Path
word-games-theme-3.0.6 assets/js/TopScroll.js
word-games-theme-3.0.5 assets/js/TopScroll.js
appscms-tools-theme-4.7.7 assets/js/TopScroll.js
appscms-tools-theme-4.7.6 assets/js/TopScroll.js
word-games-theme-3.0.4 assets/js/TopScroll.js
word-games-theme-3.0.3 assets/js/TopScroll.js
appscms-tools-theme-4.7.5 assets/js/TopScroll.js
appscms-tools-theme-4.7.4 assets/js/TopScroll.js
word-games-theme-3.0.2 assets/js/TopScroll.js
word-games-theme-3.0.1 assets/js/TopScroll.js
word-games-theme-3.0.0 assets/js/TopScroll.js
appscms-tools-theme-4.7.3 assets/js/TopScroll.js
appscms-tools-theme-4.7.2 assets/js/TopScroll.js
word-games-theme-2.9.9 assets/js/TopScroll.js
word-games-theme-2.9.8 assets/js/TopScroll.js
word-games-theme-2.9.7 assets/js/TopScroll.js
word-games-theme-2.9.6 assets/js/TopScroll.js
appscms-tools-theme-4.7.1 assets/js/TopScroll.js
word-games-theme-2.9.5 assets/js/TopScroll.js
appscms-tools-theme-4.7.0 assets/js/TopScroll.js