/Comment-for-Framer

Framer.js module for making comments in your prototypes

Primary LanguageCoffeeScript

Comment for Framer.js

Framer.js module for making comments in your prototypes

Comment

Installation

  1. Download the Comment.coffee file and drop it inside a Framer Studio project.

More info about how to install modules in Framer: FramerJS Docs - Modules

Examples

Basic usage

new Comment
	text: "not decided on this animation"
	superLayer: featuredScroll.content
	x: 20
	y: 20

new Comment
	text: "this image is just a placeholder"
	midX: image.x
	midY: image.y

new Comment
	text: "this feature is not yet implemented in the prototype"
	midX: page.screenFrame.x
	midY: page.screenFrame.y