chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-03 15:40:10 +00:00
parent 16815473a4
commit a09447bc9b
8 changed files with 191 additions and 26 deletions
+4 -1
View File
@@ -50,7 +50,10 @@ export function NZSheep() {
)
// slow Ken Burns push-in (scale up only — never reveals an edge)
const zoom = interpolate(frame, [0, 150], [1.06, 1.12], { extrapolateRight: "clamp", easing: Easing.inOut(Easing.quad) })
const zoom = interpolate(frame, [0, 150], [1.06, 1.12], {
extrapolateRight: "clamp",
easing: Easing.inOut(Easing.quad),
})
return (
<AbsoluteFill style={{ background: "#0c0c0c", overflow: "hidden" }}>