Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active May 16, 2016 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/af073c545605adc5583a4271d950e92c to your computer and use it in GitHub Desktop.
Save matthieu-D/af073c545605adc5583a4271d950e92c to your computer and use it in GitHub Desktop.
ionicMaterialInk.displayEffect();
function cancelDrop(){
document.getElementById('drop-it').classList.remove('drop')
}
$scope.toggleDrop = function (){
document.getElementById('drop-it').classList.add('drop');
$timeout(cancelDrop, 2000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment