Skip to content

awt2542/Comment-for-Framer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

Framer.js module for making comments in your prototypes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published