forum

Home / DeveloperSection / Forums / How to apply animation on bootstrap modal dialog?

How to apply animation on bootstrap modal dialog?

Anonymous User 1304 14-Mar-2018

Hi,

I want to apply animation to the bootstrap modal dialog. Please give me some idea to achieve this task.

Codes are as follows:

<div class="modal" id="modalDialog" style="display: none; z-index: 1023232352;">
        <div class="modal-dialog">
            <div class="modal-content">
                <div class="modal-header bg-primary" style="padding: 10px;">
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
                    <h4 class="modal-title">Confirmation</h4>
                </div>
                <div class="modal-body">
                    <div id="messageContent"></div>
                </div>
                <div class="modal-footer">
                    <button type="button" class="btn btn-info" id="ok">Ok</button>
                </div>
            </div>
        </div>
    </div>

Updated on 14-Mar-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By