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

Modal transition animation not working after Angular 12 (ngx-bootstrap 6.1.0) to Angular 17 (ngx-bootstrap 12.0.0) migration #6675

Closed
danielmcm98 opened this issue Jul 30, 2024 · 1 comment
Assignees

Comments

@danielmcm98
Copy link

My animation for my login modal relies on the fade.in class but after my migration it seems to be stuck on "show" so the transition does not occur. When I manually input "in" into the html via inspector I can see the transition occur correctly but it does not work on its own as it had done previously. The modal is still functional but it does not center itself in the screen it remains stuck on
.show {
display: block !important;
}

@andy840119
Copy link

Guess related to the #6547 ?
Also, there's a PR trying to fix that, but it's not fix the whole issue.

@lexasq lexasq self-assigned this Oct 22, 2024
@lexasq lexasq mentioned this issue Oct 22, 2024
5 tasks
@lexasq lexasq closed this as completed Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants