You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the ngx-bootstrap library, and I find it to be excellent for assigning the corresponding classes, resulting in a better and more dynamic webpage.
However, with modals, we're unable to select transitions like 'zoomIn', 'flip', or any other predefined animations.
The class is for the dialog container (div with class modal-dialog), but it would be sensible to access the class of the that you render, to which the default 'fade' or 'fade show' class is assigned.
The text was updated successfully, but these errors were encountered:
I'm using the ngx-bootstrap library, and I find it to be excellent for assigning the corresponding classes, resulting in a better and more dynamic webpage.
However, with modals, we're unable to select transitions like 'zoomIn', 'flip', or any other predefined animations.
In the code:
this.modalService.show(template, {
class: 'modal-dialog-centered',
initialState: {
}
});
The class is for the dialog container (div with class modal-dialog), but it would be sensible to access the class of the that you render, to which the default 'fade' or 'fade show' class is assigned.
The text was updated successfully, but these errors were encountered: