mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
fix safari flash bug
This commit is contained in:
parent
adb2843df6
commit
f48dc8d086
@ -20,6 +20,8 @@ const animation = {
|
||||
done();
|
||||
}
|
||||
}
|
||||
// Fix safari flash bug
|
||||
node.style.display = 'none';
|
||||
velocity(node, transitionName, {
|
||||
duration: 240,
|
||||
complete: complete,
|
||||
|
Loading…
Reference in New Issue
Block a user