Skip to content

Instantly share code, notes, and snippets.

@nicebarbarian
Last active August 29, 2015 14:07
Show Gist options
  • Save nicebarbarian/2a87982e1a82d55ba049 to your computer and use it in GitHub Desktop.
Save nicebarbarian/2a87982e1a82d55ba049 to your computer and use it in GitHub Desktop.
framer.js: layer with scrolling
scrollingLayer = new Layer
width: 200
height: 400
contentLayer = new Layer
width: 200
height: 400 * 3
image: "http://goo.gl/gpEHNR"
superLayer: scrollingLayer
scrollingLayer.scrollVertical = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment