Skip to content

Commit 24911c6

Browse files
committed
Improvement - Added opacity transition
1 parent f8c22c2 commit 24911c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-ui-chestnut.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,4 +1300,8 @@ caption {
13001300
text-transform: capitalize;
13011301
}
13021302
}
1303+
1304+
path, circle, rect, text, line {
1305+
transition: opacity 0.3s ease-in-out !important;
1306+
}
13031307
</style>

0 commit comments

Comments
 (0)