-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
hello
no matter what i put in configureAnchors, it doesn't change anything.
for example adding this has no effect :
import {goToAnchor, configureAnchors} from "react-scrollable-anchor";
configureAnchors({offset: -260, scrollDuration: 1200});
this too :
import {goToAnchor, configureAnchors} from "react-scrollable-anchor";
configureAnchors({offset: 60, scrollDuration: 200});
but the goToAnchor work
onClick={() => {
goToAnchor("graph");
}}
any idea ? thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels