.down-enter-active { animation: 1s down-enter; }
.down-leave-active { animation: 1s down-leave; }
@keyframes down-enter {
0% { clip-path: inset(0 0 100% 0); }
100% { clip-path: inset(0); }
}
@keyframes down-leave {
0% { clip-path: inset(0); }
100% { clip-path: inset(100% 0 0 0); }
}
Code Example |
---|
Css :: css buttons |
Css :: tailwind icon animation |
Css :: allfont cdn |
Css :: tailwind css next |
Css :: button active css |
Css :: box css example |
Css :: pagination html css how to working |
Css :: img transparent |
Css :: learn css animation |
Css :: first-letter css |
Css :: laravel 7 css loading slow |
Css :: inline block and 50% width not aligning items |
Css :: css rounded circle image |
Css :: radio check mark color |
Css :: CSS :hover Selector |
Css :: django validation error css |
Css :: CSS Height, Width and Max-width |
Css :: css cursive text |
Css :: radius to imported icons |
Css :: css a little transparent |
Css :: flexbox in css |
Css :: how to apply hover through inline css |
Css :: overlap section |
Css :: tailwind css modules |
Css :: css loop |
Css :: css drop down |
Css :: custom properties css |
Css :: scroll animation css |
Css :: css tbody space tr |
Css :: htacess mono-site |