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

Fixed router transitions/animations #498

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dyingangel666
Copy link

Fixed the animations for the router transitions which are broken in Safari and Edge because a inline style from the animation "position: fixed" was not properly removed.

Closes: #495
Closes: #493

@tomastrajan
Copy link
Owner

Hi @dyingangel666 !

Thx for the contribution! Could you please follow conventional commit message format ? And also it would be great if the PR was re based into single commit (for example using rebase -i HEAD~<number-of-commits> )

So in the end PR should be one commit which will look something like this fix(core): route animations...

Besides that can you please have a look on the failing build (its just a prettier error, so formating, can be fixed using npm run format:write )?

Thank you!

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.

Layout messed up in Edge with Animation query position: fixed UI issue. Un usable on mobile
2 participants