Skip to content

Instantly share code, notes, and snippets.

@nicebarbarian
Created October 12, 2014 14:02
Show Gist options
  • Save nicebarbarian/b46b5ce2a8329b08db75 to your computer and use it in GitHub Desktop.
Save nicebarbarian/b46b5ce2a8329b08db75 to your computer and use it in GitHub Desktop.
framer.js: layered positioned in center
centeredLayer = new Layer
width: 200
height: 200
centeredLayer.center()
# Center it again on resizing the screen
window.onresize = -> centeredLayer.center()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment