added move up transition for Notice

#30
This commit is contained in:
Rijn 2017-02-14 15:27:30 -06:00
parent 0b1b650da3
commit be0769d475
5 changed files with 68 additions and 1 deletions

View file

@ -68,7 +68,7 @@ function notice (type, options) {
key: noticeKey.toString(),
duration: duration,
style: {},
transitionName: 'move-right',
transitionName: 'move-notice',
content: content,
onClose: onClose,
closable: true