Skip to content

A Framer.js module to use elevation values in your framer prototype

License

Notifications You must be signed in to change notification settings

MarieSchweiz/Simple-Elevation

Repository files navigation

Simple Elevation

A Framer Module to visually elevate Layers. Also compatible with Framer Design.

Simple-Elevation Demo

Add Module

Add the module to your Framer project by drag'n'dropping simpleelevation.coffee onto your Framer window with your project open. Replace the autogenerated line on the top of your project to:

{simpleelevation} = require 'simpleelevation'

or simply use

Install with Framer Modules

Use simple elevation

layer = new Layer point: Align.center

# Elevate using default animation = {time: .2, curve: "ease"}
layer.elevate(20)

# Elevate using custom animation
layer.elevate(20, {time: 2, curve: Spring(damping: .5)})

About

A Framer.js module to use elevation values in your framer prototype

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published