💫 (interval) add animation to plus and minus

This commit is contained in:
2020-07-15 00:54:22 +02:00
parent 965ce9f1cb
commit 556a25c908
5 changed files with 52 additions and 49 deletions

View File

@@ -54,7 +54,7 @@ a {
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.3s ease;
transition: opacity 0.25s ease;
}
.fade-enter,
.fade-leave-to {