Popup using Bootstrap with animation
The example on http://bootstrapdocs.com/v3.3.5/docs/javascript/#live-demo has a nice fade in/out animation for modal popup, since awe is using bootstrap modal for popup, is it possible to have the same animation?
Sean
asked
at 16 Sep 2015
-
not really "using", bootstrap popup is an option, you need to modify awem.js bootstrapPopup, do it like this:the change is: I added "fade" to the classat 16 Sep 2015 Omu