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?
owner
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:
    var modal = $('<div class="modal fade"
    the change is: I added "fade" to the class
    at 16 Sep 2015 Omu

Answers 

please Sign In to leave an answer

By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .
contact us