ngx-bootstrap icon indicating copy to clipboard operation
ngx-bootstrap copied to clipboard

Modal Transitions Class

Open ldgonzalez94 opened this issue 2 years ago • 0 comments

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.

image

ldgonzalez94 avatar Apr 15 '24 23:04 ldgonzalez94