Created
March 27, 2016 10:08
-
-
Save antonkartashov/e0f4212f29e58d7991eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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