iziModal
iziModal copied to clipboard
Is it possible to have no transition overlay?
I would like to have no transition overlay. I already tried null and 'none' as transitionInOverlay, but both of them are not working. Is such a behaviour currently possible?
Only from Overlay? use
transitionInOverlay: false,
transitionOutOverlay: false
Thanks for the answer, but don't really see any difference. I'm using your library with iframes and I would like to deactivate the animation when I go to the next/previous page.
same problem, i need to close effects but i couldnt
What version?
1.5.1
finally i found the way we can remove effects..
transitionIn: '',
transitionOut: '',
transitionInOverlay: '',
transitionOutOverlay: '',
choose which transition you want to dissable.