vc-popup
Version:
vue popup components with power position and animation support and back key support as well
15 lines (13 loc) • 318 B
CSS
.vc-effect-tile-press-inital {
opacity: 0;
transform: rotateX(15deg) translateZ(-80px);
}
.vc-effect-tile-press-in {
opacity: 1;
transform: rotateX(0deg) translateZ(0px);
}
.vc-effect-tile-press-out {
opacity: 0;
transform: rotateX(-25deg) translateZ(-80px);
transition-duration: 300ms;
}