Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotdestroy/Framer-Snippets-Library
A library of Framer snippets to help speed up your workflow
https://github.com/robotdestroy/Framer-Snippets-Library
Last synced: about 2 months ago
JSON representation
A library of Framer snippets to help speed up your workflow
- Host: GitHub
- URL: https://github.com/robotdestroy/Framer-Snippets-Library
- Owner: robotdestroy
- Created: 2016-07-16T20:10:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T19:05:08.000Z (over 6 years ago)
- Last Synced: 2024-08-04T00:10:58.084Z (5 months ago)
- Language: CoffeeScript
- Size: 27.3 KB
- Stars: 480
- Watchers: 39
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-framer - Framer Snippets - Library of Framer snippets to help speed up workflow. (Other)
README
# Framer Snippets
*I built this library to compliment the included snippets library in Framer. These snippets focus on repeated actions and include as little code as possible. It should be quite helpful to beginners who are learning the basic behaviors of Framer, but it should be also be helpful to more experienced users when used as shortcuts.*
To use - drag the folders into your Framer snippets folder on your local machine:
In Framer, go to snippets > show snippets folder. Drag all of my folders into that folder.
See my YouTube channel for a few demos:- [How to use Framer Snippets Library](https://www.youtube.com/watch?v=CgY6fT7HwAw)
- [How to use Special Snippets](https://www.youtube.com/watch?v=p_J0jd-JYZU)![alt tag](http://www.whyamicrazytoday.com/github/snippets.png)
## Actions
A variety of common actions.
- Click
- Keydown
- Touch Start
- Touch Move
- Touch End## Animate
A variety of common animation starters. Including scale, opacity, and position. Customize to your needs.
- Opacity
- Position
- Scale
- Dimensions
- Rotation
- With Delay### Trigger On End
Included are two ways to trigger an animation on the end of another animation. The formal one should be used when you intend on reusing the animations, the casual one can be used for one off triggering.
### Repeating
This snippet allows you to create an infinite loop of two animations. The 'Halt' snippet will stop the repeating animation.
### Slow Motion
This will allow you view your prototypes in slow motion to more finely tune your animations.
## Drag
- Start
- Move
- End
- PostionUse these to trigger events from drag actions. Position reports back the current drag position, use it to trigger events when you drag an object into a trigger area.
## Layers
- Sub Layer
- Video Layer
- Destroy Layer## Layer Properties
Use these to effect your layers.
- Blur
- Border
- Center
- Circle Shape
- HTML
- Image
- Name
- Saturation
- Shadow
- Style
- Place Before & Behind
- Bring To Front & Send To Back## Flow Component
Use these to create a flow.
- Flow Component
- Show Next/Previous
- Show Next (No transition)
- Show Overlay Center/Left/Right/Notif
- Footer and Header## State
Use these to setup states.
- Define States
- State Cycle
- If Current State name is x then y
- Animation Options## Scroll
### Position
Reports back scroll position. You can use this to trigger events that need to occur at certain positions of a scrollLayer.
### Direction Lock
Locks scrolling to one direction at a time
### Velocity
Reports back velocity of scroll.
## Simple Click and Touch
- Click
- Touch Start
- Touch Move
- Touch EndVery simple click and touch listeners. Use Click when you want immediate feedback. Touch allows more control over the touch event, but has a small delay.
## Other
### Delay Utility
Delays anything.
### Device Check
Checks to see what device the project is being run on.
### Project Setup Example
An organized way to set up your projects.
## Spring
- Fast
- Loose
- Slow
- Variables SetupSome starter springs. The variable setup allows you to create reusable springs. Place this at the beginning of your file.
# Follow me
Twitter: [charliedeets](https://twitter.com/charliedeets)Facebook: [robotsecret](https://facebook.com/robotsecret)