First complete upload CasaDoc
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Template Name: Zoogler - Bootstrap 4 Admin Dashboard
|
||||
Author: Mannatthemes
|
||||
Website: www.mannatthemes.com
|
||||
File: modal-animation js
|
||||
*/
|
||||
|
||||
$('.btn-animation').on('click', function(br) {
|
||||
//adding animation
|
||||
$('.modal.animation-modal .modal-dialog').attr('class', 'modal-dialog ' + $(this).data("animation") + ' animated');
|
||||
});
|
||||
Reference in New Issue
Block a user