Skip to content

Instantly share code, notes, and snippets.

View LukeFinch's full-sized avatar

Luke Finch LukeFinch

View GitHub Profile
@gavinmcfarland
gavinmcfarland / animateIntoView.js
Created October 28, 2021 14:26
A Figma helper to animate viewport into view
import { Tween, Queue, Easing } from 'tweeno'
function animateIntoView(selection, duration?, easing?) {
// Get current coordiantes
let origCoords = {
...figma.viewport.center,
z: figma.viewport.zoom
}