java-fpm / public /assets /js /elements.js
w
1
560ee81
Raw
History Blame Contribute Delete
460 Bytes
var lastScrollTop = 0;
var isClick = false;
var opacity = 0; // Giá trị mặc định của opacity
// Chiều cao của màn hình trình duyệt
const viewportHeight = window.innerHeight;
const fakeHeaderMenu = document.querySelector('.fake-block-search');
const navigationBar = document.getElementById('navigationBar-content');
const navBarAnchor = document.querySelector('.nav-bar-anchor');
const headerMenu = document.getElementById('block-search');