Skip to content

Instantly share code, notes, and snippets.

@antonkartashov
Created March 27, 2016 10:08
Show Gist options
  • Save antonkartashov/e0f4212f29e58d7991eb to your computer and use it in GitHub Desktop.
Save antonkartashov/e0f4212f29e58d7991eb to your computer and use it in GitHub Desktop.
bg = new Layer backgroundColor: "#2d383e"
phoneScreen = new Layer
width: 750
height: 1334
clip: true
backgroundColor: "black"
(window.onresize = ->
phoneScreen.center()
bg.size = Screen.size
phoneScreen.scale = Screen.height / phoneScreen.height
Framer.Defaults.Layer.parent = phoneScreen
)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment