Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable blur initial transition animation #46

Closed
fgrosjean opened this issue Sep 9, 2023 · 1 comment · Fixed by #47
Closed

Disable blur initial transition animation #46

fgrosjean opened this issue Sep 9, 2023 · 1 comment · Fixed by #47

Comments

@fgrosjean
Copy link

Is there any way to disable the on appear blur animation?

@janosh
Copy link
Owner

janosh commented Sep 10, 2023

There is now, pass

<Toc blurParams={{ duration: 0 }} />

or

<Toc blurParams={null} />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants