Skip to content

Instantly share code, notes, and snippets.

@RitaDias
Created January 16, 2017 14:37
Show Gist options
  • Save RitaDias/f43ed0457cf37277e6e7cf614b4c598f to your computer and use it in GitHub Desktop.
Save RitaDias/f43ed0457cf37277e6e7cf614b4c598f to your computer and use it in GitHub Desktop.
overlay.classList.add("no-transition");
var percentageBeforeDif = (Math.abs(moveX) * 100) / menuWidth;
var percentage = 100 - percentageBeforeDif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment