Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

413
Visualizações
Getting modal to fade in and out

I found this modal I'm using on Codepen https://codepen.io/benfrain/pen/wvayeWq and wondering how I can make the modal fade in and out rather than just popping in and out.

Thank you in advance.

    var btn = document.getElementById("btn");

btn.addEventListener("click", e => {
    document.documentElement.setAttribute("data-modal-active",
        document.documentElement.getAttribute("data-modal-active") === "true" ? "false" : "true")
});

aside {
    position: absolute;
    z-index: 100;
    background-color: #777;
    top: 50%;
    left: 50%;
    overflow: auto;
    max-height: 80vh;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    [data-modal-active="true"] & {
        display: flex;
    }
}
about 4 years ago · Santiago Gelvez
1 Respostas
Responde à pergunta

0

I get it now, sorry didn't notice the change in value first. Thank you a lot for the help.

CSS

aside {
  position: absolute;
  z-index: 100;
  background-color: #777;
  top: 50%;
  left: 50%;
  overflow: auto;
  max-height: 80vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s linear;
  transition: visibility 0.5s, opacity 0.5s;
about 4 years ago · Santiago Gelvez Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda