{"id":13715127,"url":"https://github.com/robotdestroy/Framer-Snippets-Library","last_synced_at":"2025-05-07T03:31:20.688Z","repository":{"id":96704527,"uuid":"63500441","full_name":"robotdestroy/Framer-Snippets-Library","owner":"robotdestroy","description":"A library of Framer snippets to help speed up your workflow","archived":false,"fork":false,"pushed_at":"2018-05-24T19:05:08.000Z","size":28,"stargazers_count":479,"open_issues_count":0,"forks_count":26,"subscribers_count":39,"default_branch":"master","last_synced_at":"2024-11-14T03:34:23.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robotdestroy.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-07-16T20:10:16.000Z","updated_at":"2024-11-05T22:57:38.000Z","dependencies_parsed_at":"2024-01-03T07:11:21.660Z","dependency_job_id":null,"html_url":"https://github.com/robotdestroy/Framer-Snippets-Library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotdestroy%2FFramer-Snippets-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotdestroy%2FFramer-Snippets-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotdestroy%2FFramer-Snippets-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotdestroy%2FFramer-Snippets-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robotdestroy","download_url":"https://codeload.github.com/robotdestroy/Framer-Snippets-Library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252806433,"owners_count":21807202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T00:00:54.432Z","updated_at":"2025-05-07T03:31:15.674Z","avatar_url":"https://github.com/robotdestroy.png","language":"CoffeeScript","funding_links":[],"categories":["Other"],"sub_categories":[],"readme":"# Framer Snippets\n\n*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.*\n\nTo use - drag the folders into your Framer snippets folder on your local machine:\nIn Framer, go to snippets \u003e show snippets folder. Drag all of my folders into that folder.\nSee my YouTube channel for a few demos:\n\n- [How to use Framer Snippets Library](https://www.youtube.com/watch?v=CgY6fT7HwAw)\n- [How to use Special Snippets](https://www.youtube.com/watch?v=p_J0jd-JYZU)\n\n![alt tag](http://www.whyamicrazytoday.com/github/snippets.png)\n\n## Actions\n\nA variety of common actions.\n\n- Click\n- Keydown\n- Touch Start\n- Touch Move\n- Touch End\n\n## Animate\n\nA variety of common animation starters. Including scale, opacity, and position. Customize to your needs.\n\n- Opacity\n- Position\n- Scale\n- Dimensions\n- Rotation\n- With Delay\n\n### Trigger On End\n\nIncluded 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.\n\n### Repeating\n\nThis snippet allows you to create an infinite loop of two animations. The 'Halt' snippet will stop the repeating animation.\n\n### Slow Motion\n\nThis will allow you view your prototypes in slow motion to more finely tune your animations.\n\n## Drag\n\n- Start\n- Move\n- End\n- Postion\n\nUse 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.\n\n## Layers\n\n- Sub Layer\n- Video Layer\n- Destroy Layer\n\n## Layer Properties\n\nUse these to effect your layers.\n\n- Blur\n- Border\n- Center\n- Circle Shape\n- HTML\n- Image\n- Name\n- Saturation\n- Shadow\n- Style\n- Place Before \u0026 Behind\n- Bring To Front \u0026 Send To Back\n\n## Flow Component\n\nUse these to create a flow.\n\n- Flow Component\n- Show Next/Previous\n- Show Next (No transition)\n- Show Overlay Center/Left/Right/Notif\n- Footer and Header\n\n## State\n\nUse these to setup states.\n\n- Define States\n- State Cycle\n- If Current State name is x then y\n- Animation Options\n\n## Scroll\n\n### Position\n\nReports back scroll position. You can use this to trigger events that need to occur at certain positions of a scrollLayer.\n\n### Direction Lock\n\nLocks scrolling to one direction at a time\n\n### Velocity\n\nReports back velocity of scroll.\n\n## Simple Click and Touch\n\n- Click\n- Touch Start\n- Touch Move\n- Touch End\n\nVery 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.\n\n\n## Other\n\n### Delay Utility\n\nDelays anything.\n\n### Device Check\n\nChecks to see what device the project is being run on.\n\n### Project Setup Example\n\nAn organized way to set up your projects.\n\n## Spring\n\n- Fast\n- Loose\n- Slow\n- Variables Setup\n\nSome starter springs. The variable setup allows you to create reusable springs. Place this at the beginning of your file.\n\n# Follow me\nTwitter: [charliedeets](https://twitter.com/charliedeets)\n\nFacebook: [robotsecret](https://facebook.com/robotsecret)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotdestroy%2FFramer-Snippets-Library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobotdestroy%2FFramer-Snippets-Library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotdestroy%2FFramer-Snippets-Library/lists"}