Sha256: f63f4109f046b9f72dbb438c45bed9d6691a57bea038b910ba22ecd07210d9c5

Contents?: true

Size: 213 Bytes

Versions: 574

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

574 entries across 574 versions & 3 rubygems

Version Path
appscms-tools-theme-4.9.6 assets/js/TopScroll.js
word-games-theme-3.2.7 assets/js/TopScroll.js
appscms-tools-theme-4.9.5 assets/js/TopScroll.js
word-games-theme-3.2.6 assets/js/TopScroll.js
word-games-theme-3.2.5 assets/js/TopScroll.js
word-games-theme-3.2.4 assets/js/TopScroll.js
word-games-theme-3.2.3 assets/js/TopScroll.js
appscms-tools-theme-4.9.4 assets/js/TopScroll.js
appscms-tools-theme-4.9.3 assets/js/TopScroll.js
appscms-tools-theme-4.9.2 assets/js/TopScroll.js
appscms-tools-theme-4.9.1 assets/js/TopScroll.js
appscms-tools-theme-4.9.0 assets/js/TopScroll.js
appscms-tools-theme-4.8.9 assets/js/TopScroll.js
word-games-theme-3.2.2 assets/js/TopScroll.js
word-games-theme-3.2.1 assets/js/TopScroll.js
appscms-tools-theme-4.8.8 assets/js/TopScroll.js
word-games-theme-3.1.9 assets/js/TopScroll.js
word-games-theme-3.1.8 assets/js/TopScroll.js
word-games-theme-3.1.7 assets/js/TopScroll.js
word-games-theme-3.1.6 assets/js/TopScroll.js