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

how to change sash animation time? #718

Closed
PremExtensi opened this issue Nov 9, 2023 · 1 comment · Fixed by #740
Closed

how to change sash animation time? #718

PremExtensi opened this issue Nov 9, 2023 · 1 comment · Fixed by #740
Assignees

Comments

@PremExtensi
Copy link

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?

@johnwalley johnwalley linked a pull request Dec 28, 2023 that will close this issue
@johnwalley johnwalley self-assigned this Dec 28, 2023
@johnwalley
Copy link
Owner

Hi @PremExtensi. I've added a new css variable: --sash-hover-transition-duration in #740.

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.

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