Commit 2e97beccb99a3884594e8b3c611bfccd4d617647
1 parent
fbc4c385
Exists in
master
adjust for slower sliding animation
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
slide.html
@@ -35,10 +35,10 @@ $(document).ready(function() { | @@ -35,10 +35,10 @@ $(document).ready(function() { | ||
35 | mobileFirst: true, | 35 | mobileFirst: true, |
36 | pauseOnFocus: true, | 36 | pauseOnFocus: true, |
37 | pauseOnHover: true, | 37 | pauseOnHover: true, |
38 | - speed: 300 | 38 | + speed: 1000 |
39 | }); | 39 | }); |
40 | }); | 40 | }); |
41 | </script> | 41 | </script> |
42 | 42 | ||
43 | </body> | 43 | </body> |
44 | -</html> | ||
45 | \ No newline at end of file | 44 | \ No newline at end of file |
45 | +</html> |