mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
feat: conflict resolution
This commit is contained in:
parent
05896acbdb
commit
7d86965239
@ -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,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user