Skip to content

Instantly share code, notes, and snippets.

@danielhickman
Last active January 6, 2016 04:13
Show Gist options
  • Save danielhickman/6782300c70469840b29c to your computer and use it in GitHub Desktop.
Save danielhickman/6782300c70469840b29c to your computer and use it in GitHub Desktop.
Calm waves effects not calmed because of a drag-start.

JavaScript:

document.addEventListener("dragstart", function() {
	Waves.calm(".waves-effect");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment