diff --git a/src/ifm.js b/src/ifm.js index 7397ee1..7ce5573 100644 --- a/src/ifm.js +++ b/src/ifm.js @@ -33,7 +33,7 @@ function IFM(params) { this.showModal = function( content, options ) { options = options || {}; var modal = document.createElement( 'div' ); - modal.classList.add( 'modal', 'fade' ); + modal.classList.add( 'modal' ); modal.id = 'ifmmodal'; modal.attributes.role = 'dialog'; var modalDialog = document.createElement( 'div' );