Skip to content

joshmtucker/Kinetics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Kinetics

Test spring animations on any layer in your Framer Studio project without having to reload. Created with Richard Burton.

For a walkthrough tutorial, watch this YouTube video.

How to use

Add Kinetics.coffee to the /modules/ folder of your Framer project.

Reference the module inside your Framer project.

{Kinetics} = require "Kinetics"

Controls

Controls

Open Kinetics Window – ⌥ + Click (Option key + Mouse click) on the layer you want to animate

Zoom In on Kinetics Window – ⌥+ (Option key + Plus key)

Zoom Out on Kinetics Window – ⌥- (Option key + Minus key)

Move – Click + drag

Close – Click X button

Properties

Properties

Add properties you want to animate by typing them into the input field as shown above. After adding your properties, hit the enter (return) key to submit.

Each time you change the properties inside the input field, the layer will return to its starting position.

Notes

  • The starting position of the layer (and all of its properties) are captured when the Kinetics window is opened.
  • Opening the Kinetics window may conflict with events in your project. Unfortunately, unavoidable. I am open to suggestions on a different shortcut to open the Kinetics window that wouldn't conflict
  • If the layer changes because of some event triggered while opening the Kinetics window, the layer's position and properties will be reset when you submit inside the input field

Animate!

Animate

Once you have submitted your properties, change the sliders to test out the animation on the layer. Each time you change a value, the animation restarts. Clicking on any knob also starts the animation using the curve values you have set.

Paste curve into your project

The curve is a selectable string. Click it to select it, copy, and paste it directly into your code editor.

Upcoming

We are pushing towards adding more types of curves (i.e. bezier) and really optimizing every bit of this experience. We are aware there are many aspects to improve on, but you gotta start somewhere right? :)

We'll need your help to squash every bug, fix every minor issue, and tweak the experience to make it as effective as possible. Let us know if you encounter any problems or have suggestions for improvement.

About

Layer animator for Framer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages