Skip to content

Commit 1a17846

Browse files
committed
Change to fadeDuration default
This should be set to a millisecond value (300) instead of seconds (0.3).
1 parent a533cf7 commit 1a17846

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)