Skip to content

Instantly share code, notes, and snippets.

@kostimarko
Created August 17, 2019 20:44
Show Gist options
  • Save kostimarko/159718954c880f8851d5aac96e970fcb to your computer and use it in GitHub Desktop.
Save kostimarko/159718954c880f8851d5aac96e970fcb to your computer and use it in GitHub Desktop.
function hideAllLayers(){
// Loop through doc layers and turn them off
for(var l = 0; l < doc.layers.length; l++){
doc.layers[l].visible = false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment