mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 22:39:34 +08:00
parent
86f1fa030a
commit
72fad02024
@ -83,11 +83,9 @@ export default class Anchor extends React.Component<AnchorProps, any> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
clickAnchorLink = (href, component) => {
|
clickAnchorLink = (href, component) => {
|
||||||
this.refs.ink.style.transition = 'top 0.01s ease-in-out';
|
|
||||||
this._avoidInk = true;
|
this._avoidInk = true;
|
||||||
this.refs.ink.style.top = `${component.offsetTop + component.clientHeight / 2 - 4.5}px`;
|
this.refs.ink.style.top = `${component.offsetTop + component.clientHeight / 2 - 4.5}px`;
|
||||||
this.anchorHelper.scrollTo(href, getDefaultTarget, () => {
|
this.anchorHelper.scrollTo(href, getDefaultTarget, () => {
|
||||||
this.refs.ink.style.transition = 'top 0.3s ease-in-out';
|
|
||||||
this._avoidInk = false;
|
this._avoidInk = false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user