Skip to content

Commit

Permalink
Slow down animation to save Nick's battery...
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkz committed Jan 12, 2016
1 parent 16e56cd commit b275a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/microworldtour.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ function addRoute(journey, colour) {
])
if((arrowOffset+=0.5) > 100)
arrowOffset = 0;
}, 20);
}, 50);
}

0 comments on commit b275a28

Please sign in to comment.