mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-5122 Change mouse event to leave in tooltip card (#6978)
This commit is contained in:
committed by
GitHub
parent
f5c29a5ec8
commit
12652b53b8
@@ -26,10 +26,10 @@ import { DomSanitizer } from '@angular/platform-browser';
|
||||
trigger('tooltip', [
|
||||
transition(':enter', [
|
||||
style({ opacity: 0 }),
|
||||
animate(500, style({ opacity: 1 }))
|
||||
animate(200, style({ opacity: 1 }))
|
||||
]),
|
||||
transition(':leave', [
|
||||
animate(500, style({ opacity: 0 }))
|
||||
animate(200, style({ opacity: 0 }))
|
||||
|
||||
])
|
||||
])
|
||||
|
Reference in New Issue
Block a user