Created
January 16, 2017 14:37
-
-
Save RitaDias/f43ed0457cf37277e6e7cf614b4c598f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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