datien228 commited on
Commit
bd5813e
·
1 Parent(s): 4b626ba

change fadein speed

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -258,7 +258,7 @@
258
  body: data,
259
  })
260
  .then(() => {
261
- $("#submit-alert").fadeIn(1000).delay(4000).fadeOut(1000);
262
  })
263
  });
264
  });
 
258
  body: data,
259
  })
260
  .then(() => {
261
+ $("#submit-alert").fadeIn("slow").delay(4000).fadeOut("slow");
262
  })
263
  });
264
  });