feat: conflict resolution

This commit is contained in:
kiner-tang(文辉) 2023-09-20 15:00:36 +08:00
parent 05896acbdb
commit 7d86965239

View File

@ -22,19 +22,19 @@ const genNotificationPlacementStyle: GenerateStyle<NotificationToken, CSSObject>
const topFadeIn = new Keyframes('antNotificationTopFadeIn', {
'0%': {
bottom: -animationMaxHeight,
top: -animationMaxHeight,
opacity: 0,
},
'100%': {
bottom: 0,
top: 0,
opacity: 1,
},
});
const bottomFadeIn = new Keyframes('antNotificationBottomFadeIn', {
'0%': {
bottom: -token.animationMaxHeight,
bottom: -animationMaxHeight,
opacity: 0,
},