Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

add fade-in and fade-out support for modal #50

Closed
andyczerwonka opened this issue Jan 3, 2013 · 4 comments
Closed

add fade-in and fade-out support for modal #50

andyczerwonka opened this issue Jan 3, 2013 · 4 comments

Comments

@andyczerwonka
Copy link

With raw bootstrap, you can control how the modal dialog appears, For example:

class="modal hide fade"

gives a pleasant fade-in/out to the dialog. Is there a plan to support that kind of behaviour?

@pkozlowski-opensource
Copy link
Member

@andyczerwonka Yep, we would like to support all the options of the bootstrap's modal. Having said this there is a very, very cool PR waiting to be merged: #36 which will add a much better way of controlling dialogs. So, I want to merge this PR first, push the release and then work on the remaining stuff.

But yeh, keeping it open, we want to support all the options of the modal.

@pkozlowski-opensource
Copy link
Member

@andyczerwonka so, the mentioned dialog service landed in the repo and is available on the demo page:
http://angular-ui.github.com/bootstrap

I would encourage you to give it a try and see how it works for you. In the longer run we should probably decommission the modal directive and redirect people to the $dialog service.

Going to close this one, feel free to open a separate bug for the $dialog service if things don't work for you as expected.

@canemacchina
Copy link

There's also a way to add a fade out effect (or are you planning to add fade out effect)?
Because fade effect is applied only during the opening of the modal, and not also when closing...

@chrisirhc
Copy link
Contributor

This issue is more recently being tracked on #1341 .

karudedios pushed a commit to karudedios/bootstrap that referenced this issue Nov 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants