开源软件名称(OpenSource Name):robotdestroy/Framer-Snippets-Library开源软件地址(OpenSource Url):https://github.com/robotdestroy/Framer-Snippets-Library开源编程语言(OpenSource Language):CoffeeScript 100.0%开源软件介绍(OpenSource Introduction):Framer SnippetsI 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: ActionsA variety of common actions.
AnimateA variety of common animation starters. Including scale, opacity, and position. Customize to your needs.
Trigger On EndIncluded 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. RepeatingThis snippet allows you to create an infinite loop of two animations. The 'Halt' snippet will stop the repeating animation. Slow MotionThis will allow you view your prototypes in slow motion to more finely tune your animations. Drag
Use 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
Layer PropertiesUse these to effect your layers.
Flow ComponentUse these to create a flow.
StateUse these to setup states.
ScrollPositionReports back scroll position. You can use this to trigger events that need to occur at certain positions of a scrollLayer. Direction LockLocks scrolling to one direction at a time VelocityReports back velocity of scroll. Simple Click and Touch
Very 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. OtherDelay UtilityDelays anything. Device CheckChecks to see what device the project is being run on. Project Setup ExampleAn organized way to set up your projects. Spring
Some starter springs. The variable setup allows you to create reusable springs. Place this at the beginning of your file. Follow meTwitter: charliedeets Facebook: robotsecret |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论