mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix(ui): notifications fade out remove flash
This commit is contained in:
+2
-2
@@ -73,11 +73,11 @@ export default {
|
||||
},
|
||||
'notification-fade-out': {
|
||||
'0%': {
|
||||
opacity: '0',
|
||||
opacity: '1',
|
||||
transform: 'translateY(0)',
|
||||
},
|
||||
'100%': {
|
||||
opacity: '1',
|
||||
opacity: '0',
|
||||
transform: 'translateY(0)',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user