Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
.tabs-content .content { padding: 10px; display: block; opacity: 0; position: absolute; top: 0; left: 0; transition: all 1s; } .tabs-content .content.active { opacity: 1; position: relative; }
transition
display
.content { z-index: 0; opacity: 0; transition: all 0.3s; } .content.active{ z-index: 1; opacity: 1; }