Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kylefox/jquery-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Sep 11, 2016
2 parents c6fc99c + 334b18a commit beb02fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ Or, if you wanted the window to fade in a few moments after the overlay transiti
fadeDelay: 1.5
});

Fading is the only supported transition. Also, there are no transitions when closing the modal.
The `fadeDelay` option only applies when opening the modal. When closing the modal, both the modal and the overlay fade out simultaneously according to the `fadeDuration` setting.

Fading is the only supported transition.

# Closing

Expand Down

0 comments on commit beb02fa

Please sign in to comment.