Skip to content

Instantly share code, notes, and snippets.

@netgfx
netgfx / countdowncomponent.tsx
Last active October 12, 2023 17:31
Framer countdown
import * as React from "react"
import {
Frame,
addPropertyControls,
ControlType,
useMotionValue,
useAnimation,
animate,
Color,
} from "framer"