Home

Awesome

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

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.