Commit 2e97beccb99a3884594e8b3c611bfccd4d617647

Authored by Arsisakarn Srilatanart
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 35 mobileFirst: true,
36 36 pauseOnFocus: true,
37 37 pauseOnHover: true,
38   - speed: 300
  38 + speed: 1000
39 39 });
40 40 });
41 41 </script>
42 42  
43 43 </body>
44   -</html>
45 44 \ No newline at end of file
  45 +</html>
... ...