mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Add hover delay for Dropdown
This commit is contained in:
parent
264324251b
commit
e17b5f599f
@ -6,6 +6,8 @@ export default React.createClass({
|
||||
return {
|
||||
transitionName: 'slide-up',
|
||||
prefixCls: 'ant-dropdown',
|
||||
mouseEnterDelay: 0.15,
|
||||
mouseLeaveDelay: 0.1,
|
||||
};
|
||||
},
|
||||
render() {
|
||||
|
Loading…
Reference in New Issue
Block a user