Skip to content

Instantly share code, notes, and snippets.

@MarshySwamp
Created December 17, 2019 03:52
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 MarshySwamp/1ef7448b6bb22865ed7b7e1b8a4f521f to your computer and use it in GitHub Desktop.
Save MarshySwamp/1ef7448b6bb22865ed7b7e1b8a4f521f to your computer and use it in GitHub Desktop.
Code Snippet: Move Layer Content (Translate)
// Move the current layer in 5px from the right and down 5px from the top
app.activeDocument.activeLayer.translate( -5, 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment