We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to control the speed of the sash (blue separator) animation time. Basically to turn it off so it would show immediately on mouse over.
Is there any API to do that? If not could you add it?
The text was updated successfully, but these errors were encountered:
Hi @PremExtensi. I've added a new css variable: --sash-hover-transition-duration in #740.
--sash-hover-transition-duration
I could also put the transition behind a @media (prefers-reduced-motion) css rule but that doesn't feel quite right as it's not technically motion.
@media (prefers-reduced-motion)
Sorry, something went wrong.
johnwalley
Successfully merging a pull request may close this issue.
I'd like to control the speed of the sash (blue separator) animation time.
Basically to turn it off so it would show immediately on mouse over.
Is there any API to do that?
If not could you add it?
The text was updated successfully, but these errors were encountered: