Hongmu Notes
Home Language Notes js mouse scroll automatically hides navigation menu
Language Notes JavaScript

js mouse scroll automatically hides navigation menu

js mouse scroll automatically hides navigation menu

html code:


<header class="header-navigation" id="header">
    <nav> <a class="link" href="#" title="Home">首页</a> <a class="link" href="#" title="About">关于我们</a> <a class="link" href="#" title="Contact">联系我们</a> </nav>
</header>
<div class="jq22-container">
    <div class="jq22-header">
        <h1>网站内容</h1>

    </div>
</div>

css code:


body {
    background:#494A5F;
    color:#D5D6E2;
    font-weight:500;
    font-size:1.05em;
    font-family:"Microsoft YaHei","Segoe UI","Lucida Grande",Helvetica,Arial,sans-serif;
}
a {
    color:rgba(255,255,255,0.6);
    outline:none;
    text-decoration:none;
    -webkit-transition:0.2s;
    transition:0.2s;
}
a:hover,a:focus {
    color:#74777b;
    text-decoration:none;
}
.jq22-container {
    margin:0 auto;
}
/* Header */
.jq22-header {
    padding:1em 190px 1em;
    letter-spacing:-1px;
    text-align:center;
}
.jq22-header h1 {
    color:#fff;
    font-weight:600;
    font-size:2em;
    line-height:1;
    margin-bottom:0;
}
.jq22-header h1 span {
    display:block;
    font-size:60%;
    font-weight:400;
    padding:0.8em 0 0.5em 0;
    color:#fff;
}
html,* {
    margin:0;
    padding:0;
}
html {
    min-height:300vh;
}
body {
    min-height:300vh;
    background-image:linear-gradient(120deg,#fccb90 0%,#d57eeb 100%);
}
.header-navigation {
    position:fixed;
    top:0;
    width:100%;
    height:60px;
    line-height:60px;
    background-color:#333;
    text-align:center;
    box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
    z-index:9999;
}
.link {
    color:#fff;
    text-decoration:none;
    margin:0 30px;
}
h1 {
    text-align:center;
    margin-top:170px;
    margin-bottom:50px;
    color:#fff;
}
/* Slide transitions */

    .slideUp {
    /* -webkit-transform:translateY(-100px);
    transform:translateY(-100px);
    */
      -webkit-transform:translateY(-100px);
    -ms-transform:translateY(-100px);
    -o-transform:translateY(-100px);
    transform:translateY(-100px);
    /*transition:transform .5s ease-out;
    */
      -webkit-transition:transform .5s ease-out;
    -o-transition:transform .5s ease-out;
    transition:transform .5s ease-out;
}
.slideDown {
    /*-webkit-transform:translateY(0);
    transform:translateY(0);
    */
      -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    /*transition:transform .5s ease-out;
    */
      -webkit-transition:transform .5s ease-out;
    -o-transition:transform .5s ease-out;
    transition:transform .5s ease-out;
}

js code:


var new_scroll_position = 0;
var last_scroll_position;
var header = document.getElementById("header");

window.addEventListener('scroll', function(e) {
    last_scroll_position = window.scrollY;

    // Scrolling down
    if (new_scroll_position < last_scroll_position && last_scroll_position > 80) {
        // header.removeClass('slideDown').addClass('slideUp');
        header.classList.remove("slideDown");
        header.classList.add("slideUp");

        // Scrolling up
    } else if (new_scroll_position > last_scroll_position) {
        // header.removeClass('slideUp').addClass('slideDown');
        header.classList.remove("slideUp");
        header.classList.add("slideDown");
    }

    new_scroll_position = last_scroll_position;
});
微信赞赏

WeChat

支付宝赞赏

Alipay

✍️ Author: Hong Mu

webmaster · Thanks for reading, stay tuned for more exciting content

Author homepage View home page →

Related articles

js move the mouse up to modify the style attribute

js move the mouse up to modify the style attribute Language Notes JavaScript

When the mouse hovers over the element, the color changes to red; when the mouse leaves the element, the color changes to black. To retrieve an element by its ID: `document.getElementById()`; Event handler for mouse hover: `onmouseover`; Event handler for mouse leave: `onmouseout`.<!DOCTYPE html><html lang= "en">...
👁 130

Recommended reading

Hotel Guest Room Website Template 1221

Hotel Guest Room Website Template 1221 Practical Collection Yiyou template

This EyouCMS template is ideal for the hotel, guesthouse, and guest room service industries. Its warm and comfortable design effectively showcases the hotel environment, guest room facilities, service offerings, and online booking functionality. It helps hotels and guesthouses attract visitors online and enhance their brand awareness. Template Display | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Summary of Common Installation Issues for EyouCMS | EyouCMS (E...
👁 61
(Adaptive Mobile Version) Responsive Marketing Technology – Personal Blog Website Template 0965

(Adaptive Mobile Version) Responsive Marketing Technology – Personal Blog Website Template 0965 Practical Collection pbootcms Template

A responsive marketing technology-themed personal blog template (PbootCMS), compatible with both PC and WAP devices. Its professional, tech-oriented design makes it ideal for technical professionals to share marketing strategies, SEO knowledge, and industry insights. This template helps tech bloggers build their personal brand and online influence. Template Preview | Installation Instructions | Website Admin Panel: /admin.php | Username: admin | Password: admin | Extraction Password: www.4s5.cn...
👁 38
In Traditional Chinese Medicine, what does "diarrhea after bloodletting" mean?

In Traditional Chinese Medicine, what does "diarrhea after bloodletting" mean? Hobbies Traditional Chinese Medicine Terminology

"Xingjiang diarrhea" is a term used in Traditional Chinese Medicine (TCM) to describe diarrhea that occurs after taking certain tonic medications or consuming specific foods. Here, "Xingjiang" refers to the circulation of tonic fluid within the body following the administration of such medications, while "diarrhea" denotes the thinning or increased frequency of fecal excretion. According to TCM theory, the occurrence of Xingjiang diarrhea may be associated with the following causes: tonic medications that are excessively cold or overly nourishing may irritate the gastrointestinal tract, thereby inducing diarrhea; certain tonic medications...
👁 224
Responsive Catering Investment Management Enterprise Website Template 1222

Responsive Catering Investment Management Enterprise Website Template 1222 Practical Collection Yiyou template

An eyouCMS responsive website template designed for catering investment management companies. Its professional business-oriented design effectively showcases catering brands, investment projects, management services, and success stories, helping catering investment firms attract investors and franchisees online. Template Display | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Summary of Common Installation Issues for YououCMS | YououCMS (...
👁 52
(Adaptive Mobile Version) Responsive Marketing Technology – Personal Blog Website Template 0966

(Adaptive Mobile Version) Responsive Marketing Technology – Personal Blog Website Template 0966 Practical Collection pbootcms Template

A responsive marketing technology-themed personal blog template (PbootCMS), compatible with both PC and WAP devices. Its professional, tech-oriented design makes it ideal for technical professionals to share marketing strategies, SEO knowledge, and industry insights. This template helps tech bloggers build their personal brand and online influence. Template Preview | Installation Instructions | Website Admin Panel: /admin.php | Username: admin | Password: admin | Extraction Password: www.4s5.cn...
👁 37
In Traditional Chinese Medicine, what does "pediatric roseola with Yang deficiency leading to diarrhea" mean?

In Traditional Chinese Medicine, what does "pediatric roseola with Yang deficiency leading to diarrhea" mean? Hobbies Traditional Chinese Medicine Terminology

"Pediatric chickenpox with Yang deficiency-induced diarrhea" is a term used in Traditional Chinese Medicine (TCM). In this context, "Yang deficiency" refers to an insufficient amount of Yang energy in the body, while "induced diarrhea" indicates the occurrence of diarrhea. According to TCM theory, when a child develops chickenpox, the internal accumulation of toxic substances can easily impair the spleen and stomach, leading to dysfunction of these organs, decreased appetite, indigestion, and ultimately resulting in Yang energy deficiency. At this stage, intestinal function weakens, and water cannot be absorbed adequately, which causes diarrhea. Additionally, during a child's chickenpox illness, parents may administer certain heat-clearing or detoxifying medications to the child...
👁 140