Skip to content

Commit c7ac3ab

Browse files
committed
Merge pull request #841 from tfevens/master
Change to fadeDuration default
2 parents 7f11af3 + 1a17846 commit c7ac3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.validationEngine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@
21032103
// Delay before auto-hide
21042104
autoHideDelay: 10000,
21052105
// Fade out duration while hiding the validations
2106-
fadeDuration: 0.3,
2106+
fadeDuration: 300,
21072107
// Use Prettify select library
21082108
prettySelect: false,
21092109
// Add css class on prompt

0 commit comments

Comments
 (0)