.nav { opacity: 0; pointer-events: none; transition : all .5s ease 0s; } .nav.active { opacity: 1; pointer-events: auto; } .btn { cursor: pointer; }