Skip to content

Instantly share code, notes, and snippets.

@fn5tDEV
fn5tDEV / gist:d7063f1706c63756982efca2e1f64cc9
Created May 22, 2026 08:41
Framer Static (React based)
import React, { useEffect, useRef, useState } from "react"
import { motion } from "framer-motion"
import { addPropertyControls, ControlType } from "framer"
/**
* @framerSupportedLayoutWidth any
* @framerSupportedLayoutHeight any
*/
export default function Grain(props) {