mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
Merge branch 'master' into develop-0.10.0
This commit is contained in:
commit
164c01b5ba
@ -1,4 +1,7 @@
|
||||
import velocity from 'velocity-animate';
|
||||
let velocity;
|
||||
if (typeof document !== 'undefined' && typeof window !== 'undefined') {
|
||||
velocity = require('velocity-animate');
|
||||
}
|
||||
|
||||
function animate(node, show, transitionName, done) {
|
||||
let ok;
|
||||
@ -37,4 +40,4 @@ const animation = {
|
||||
},
|
||||
};
|
||||
|
||||
export default animation;
|
||||
module.exports = animation;
|
||||
|
@ -125,7 +125,7 @@
|
||||
&-message {
|
||||
padding: 8px 0 16px;
|
||||
font-size: 12px;
|
||||
color: text-color;
|
||||
color: @text-color;
|
||||
.anticon {
|
||||
margin-right: 8px;
|
||||
color: @error-color;
|
||||
|
Loading…
Reference in New Issue
Block a user