iziModal icon indicating copy to clipboard operation
iziModal copied to clipboard

Is it possible to have no transition overlay?

Open stiegenaufgang opened this issue 7 years ago • 6 comments

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?

stiegenaufgang avatar Sep 25 '17 09:09 stiegenaufgang

Only from Overlay? use

    transitionInOverlay: false,
    transitionOutOverlay: false

marcelodolza avatar Oct 01 '17 02:10 marcelodolza

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.

stiegenaufgang avatar Oct 01 '17 21:10 stiegenaufgang

same problem, i need to close effects but i couldnt

belgarad avatar Oct 13 '17 14:10 belgarad

What version?

marcelodolza avatar Oct 13 '17 17:10 marcelodolza

1.5.1

belgarad avatar Oct 16 '17 10:10 belgarad

finally i found the way we can remove effects..

  transitionIn: '',
  transitionOut: '',
  transitionInOverlay: '',
  transitionOutOverlay: '',

choose which transition you want to dissable.

belgarad avatar Nov 22 '17 10:11 belgarad