What is the difference between screen.width and Framer.Device.screen.width ?
Nothing. One is a newer path to the object.
Use Screen.size/frame/width/height as it's more recent.
Always use Screen with a capital S. That's the Framer device compatible one
2 Comments