Skip to content

Commit

Permalink
Distance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisdaras committed Feb 24, 2018
1 parent c1edcda commit 61a3169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -36620,7 +36620,7 @@ $(document).ready(function () {
hovered = false,
colors = ["255,255,255", "255,0,0", "0,0,0"],
//pixel colors
minDist = 20,
minDist = 40,
//minimum distance
bounceFactor = 0.9; // when it increases they are getting more jump height

Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $(document).ready(function(){
mouse = {},
hovered = false,
colors = ["255,255,255", "255,0,0", "0,0,0"], //pixel colors
minDist = 20, //minimum distance
minDist = 40, //minimum distance
bounceFactor = 0.9; // when it increases they are getting more jump height

var W = window.innerWidth,
Expand Down

0 comments on commit 61a3169

Please sign in to comment.