Skip to content

Commit c241de5

Browse files
author
kubraturan
committed
animastion fixed
1 parent e5b2deb commit c241de5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/MeetingMessage/MeetingMessage.css

Lines changed: 4 additions & 4 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.6s ease-in-out;
253+
transition: opacity 0.8s linear 0.2s;
254254
}
255255

256256
.rce-mitem-tooltip[tooltip]:after {
@@ -264,7 +264,7 @@
264264
padding: 5px;
265265
position: absolute;
266266
opacity: 0;
267-
transition: opacity 0.8s ease-in-out;
267+
transition: opacity 0.8s linear 0.2s;
268268
min-width: 415px;
269269
max-width: 415px;
270270
top: 40px;
@@ -274,12 +274,12 @@
274274

275275
.rce-mitem-tooltip-text:hover:after {
276276
opacity: 1;
277-
transition: opacity 0.6s ease-in-out;
277+
transition: opacity 0.8s linear;
278278
}
279279

280280
.rce-mitem-tooltip[tooltip]:hover:after {
281281
opacity: 1;
282-
transition: opacity 0.8s ease-in-out;
282+
transition: opacity 0.8s linear 0.1s;
283283
}
284284

285285
.rce-mitem-length {

0 commit comments

Comments
 (0)