Automator
There's an automation for that
Learn moreBring your design to life with code in Figma.
Prototyper is easy to get started and becomes more powerful as you go.
// Drag the brightness slider
Slider.draggable = true
Slider.draggable.horizontal = false
Slider.draggable.constraints = {
height: 500
}
Slider.onDragMove((event) => {
const y = event.y - Container.y
const brightness = y / Slider.height
Background.opacity = brightness
})
Be more creative with smarter design tools.
Used by designers on these teams:
It feels really nice getting the higher fidelity control while still sitting right next to my layers on the canvas.
Tried out Prototyper today on Figma and it's crazy. Imagine what you could achieve coding right in Figma.
Framer classic vibe in Figma. prototyper.design
classic Framer returns in Prototyper. I am going to have so much fun with this
Powerful prototyping with code in Figma.