Skip to content

Commit e5b2deb

Browse files
author
kubraturan
committed
animastion fixed
1 parent 5c46ddc commit e5b2deb

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/MeetingMessage/MeetingMessage.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
border-right: 8px solid transparent;
251251
border-bottom: 11px solid #444;
252252
opacity: 0;
253-
transition: opacity 0.8s ease-in-out;
253+
transition: opacity 0.6s ease-in-out;
254254
}
255255

256256
.rce-mitem-tooltip[tooltip]:after {
@@ -272,7 +272,11 @@
272272
z-index: 1;
273273
}
274274

275-
.rce-mitem-tooltip-text:hover:after,
275+
.rce-mitem-tooltip-text:hover:after {
276+
opacity: 1;
277+
transition: opacity 0.6s ease-in-out;
278+
}
279+
276280
.rce-mitem-tooltip[tooltip]:hover:after {
277281
opacity: 1;
278282
transition: opacity 0.8s ease-in-out;

0 commit comments

Comments
 (0)