mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(notification): fix animation error (#640)
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.el-notification-fade-enter {
|
||||
.el-notification-fade-enter-from{
|
||||
&.right {
|
||||
right: 0;
|
||||
transform: translateX(100%);
|
||||
@@ -93,7 +93,6 @@
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
}
|
||||
|
||||
.el-notification-fade-leave-active {
|
||||
.el-notification-fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user