Skip to content

Commit

Permalink
correct duration
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Aug 14, 2013
1 parent 15a00ca commit 1b8311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h2>Example 7: Fading</h2>
$('a[href="#ex7"]').click(function(event) {
event.preventDefault();
$(this).modal({
fadeDuration: 1000
fadeDuration: 100
});
});

Expand Down

0 comments on commit 1b8311b

Please sign in to comment.