annimation

This commit is contained in:
2024-05-16 12:02:30 +02:00
parent 6d67e92749
commit 4df171e6f6
2 changed files with 17 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ useEventListener('keyup', e => {
}
.fade-enter-active, .fade-leave-active {
transition: opacity 100ms ease-out;
@apply transition-opacity;
}
</style>