https://github.com/awt2542/Comment-for-Framer
Framer.js module for making comments in your prototypes
https://github.com/awt2542/Comment-for-Framer
Last synced: 6 months ago
JSON representation
Framer.js module for making comments in your prototypes
- Host: GitHub
- URL: https://github.com/awt2542/Comment-for-Framer
- Owner: awt2542
- Created: 2015-08-02T10:38:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T20:40:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T03:34:16.557Z (12 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 2.93 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-framer - Comment-for-Framer - Framer module for making comments in your prototypes. (Modules)
README
# Comment for Framer.js
Framer.js module for making comments in your prototypes

## 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](http://framerjs.com/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