Skip to content

Conversation

@manshusainishab
Copy link

closes #531

Firefox handles undefined CSS variables in transitions more gracefully – it effectively ignores the variable and just skips the transition or uses the default. Chrome and Edge, on the other hand, treat the entire transition declaration as invalid if it contains an undefined variable, so the animation fails to work altogether.

@manshusainishab
Copy link
Author

@ismail9k can you please re-check if it works on your machine once.

@ismail9k
Copy link
Owner

Hey @manshusainishab, thanks for your contribution. However, we can’t fall back to a static value since --vc-transition-duration is a dynamic variable based on .config.transition.

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 this pull request may close these issues.

Transitions not working on navigation button click

2 participants