Paper + Framer Integration
I just added a Framer integration to Paper, and thought you folks might want to try it out. Grab the link to your Framer prototype from Framer Studio, and paste it wherever you’d like into your Paper document.


This makes it super easy to organize and share everything you’re working on - you can present your ideas, wireframes, Sketch files, and interactive prototypes all in a single document. My favorite part is you can give context around your prototypes, and keep track of any feedback you get from your team.


# Go to the final view when the keep hint is clicked
keepHint.on Events.Click, ->
  keepHintRun = false
  keepHint.destroy()

  conversations.animate 
    properties:
      x: -640
      curve: splashCurve
      
    safe.x = scrollarama.originalFrame.x
    
    safe.animate 
      properties:
        x: safe.x - 680
        curve: splashCurve        


Feel free to type whatever you’d like