Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T20:40:58.000Z (about 5 years ago)
- Last Synced: 2024-08-04T00:10:16.862Z (5 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
![Comment](https://s3.amazonaws.com/f.cl.ly/items/2Y3t3X1w3S2d3X3W270B/commentmodule.gif)
## 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: 20new Comment
text: "this image is just a placeholder"
midX: image.x
midY: image.ynew Comment
text: "this feature is not yet implemented in the prototype"
midX: page.screenFrame.x
midY: page.screenFrame.y