:JOtax/styles.css

Ernst (토론 | 기여)님의 2024년 4월 24일 (수) 15:26 판
.DO-HO-box {
}
.DO-HO-item1 {
  display:block;
}
.DO-HO-item2 {
  display:none;
}
.DO-HO-box:hover > .DO-HO-item2 {
  display:block;
}
.DO-HO-box:hover > .DO-HO-item1 {
  display:none;
}


.JO-tax-trigger {
	cursor: help;
}
.JO-tax-content {
  overflow:hidden;
  height:0px;
  opacity:0;
}
.JO-tax-trigger:hover > .JO-tax-content {
  animation: JO-tax-tap;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes JO-tax-tap {
  from {height:0px;opacity:0;}
  50% {height:26px;opacity:1;}
  to {height:auto;opacity:1;}
}

.JO-tax-trigger1 {
	cursor: help;
}
.JO-tax-trigger1:hover > .JO-tax-content {
  animation: JO-tax-tap1;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes JO-tax-tap1 {
  from {height:0px;opacity:0;}
  50% {height:74px;opacity:1;}
  to {height:auto;opacity:1;}
}
.JO-tax-trigger2 {
	cursor: help;
}
.JO-tax-trigger2:hover > .JO-tax-content {
  animation: JO-tax-tap2;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes JO-tax-tap2 {
  from {height:0px;opacity:0;}
  50% {height:81px;opacity:1;}
  to {height:auto;opacity:1;}
}

.JO-tax-trigger3 {
	cursor: help;
}
.JO-tax-trigger3:hover > .JO-tax-content {
  animation: JO-tax-tap3;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes JO-tax-tap3 {
  from {height:0px;opacity:0;}
  50% {height:53px;opacity:1;}
  to {height:auto;opacity:1;}
}

.JO-tax-trigger4 {
	cursor: help;
}
.JO-tax-trigger4:hover > .JO-tax-content {
  animation: JO-tax-tap4;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes JO-tax-tap4 {
  from {height:0px;opacity:0;}
  50% {height:74px;opacity:1;}
  to {height:auto;opacity:1;}
}