BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/remocn-demo/new-transitions

Changelog — Eleven New Transitions

remocn-demo/new-transitions
FreeBlock

remocn demo composition "Changelog — Eleven New Transitions" — installs the full Remotion composition. Generated with AI from the prompt in demos/new-transitions/prompt.md.

Install it

npx shadcn@latest add https://collections.remocn.dev/r/new-transitions.json

Source

src/demos/new-transitions/index.tsxcollections.remocn.dev/r/new-transitions.json · first 6 KB
1import React from "react";
2import { AbsoluteFill, Easing, Img, Sequence, interpolate, spring, useCurrentFrame, useVideoConfig } from "remotion";
3import { demoAsset } from "@/lib/demo-assets";
4import {
5 TransitionSeries,
6 linearTiming,
7 type TransitionPresentation,
8 type TransitionPresentationComponentProps,
9} from "@remotion/transitions";
10import { loadFont as loadSans } from "@remotion/google-fonts/Manrope";
11import { loadFont as loadMono } from "@remotion/google-fonts/GeistMono";
12
13import { ScaleDownFade } from "@/components/remocn/scale-down-fade";
14import { ShortSlideRight } from "@/components/remocn/short-slide-right";
15import { LineByLineSlide } from "@/components/remocn/line-by-line-slide";
16import { BlurOutUp } from "@/components/remocn/blur-out-up";
17
18import { whipPan } from "@/components/remocn/whip-pan";
19import { pushThrough } from "@/components/remocn/push-through";
20import { focusPull } from "@/components/remocn/focus-pull";
21import { ditherDissolve } from "@/components/remocn/dither-dissolve";
22import { waveWipe } from "@/components/remocn/wave-wipe";
23import { grainDissolve } from "@/components/remocn/grain-dissolve";
24import { rippleZoom } from "@/components/remocn/ripple-zoom";
25import { warpDissolve } from "@/components/remocn/warp-dissolve";
26import { perlinDissolve } from "@/components/remocn/perlin-dissolve";
27import { smokeDissolve } from "@/components/remocn/smoke-dissolve";
28import { swirlDissolve } from "@/components/remocn/swirl-dissolve";
29
30const { fontFamily: SANS_FAMILY } = loadSans("normal", {
31 subsets: ["latin"],
32 weights: ["400", "500"],
33});
34const { fontFamily: MONO_FAMILY } = loadMono("normal", {
35 subsets: ["latin"],
36 weights: ["400"],
37});
38
39const SANS = `${SANS_FAMILY}, -apple-system, BlinkMacSystemFont, sans-serif`;
40const MONO = `${MONO_FAMILY}, ui-monospace, SFMono-Regular, monospace`;
41
42const OBSIDIAN = "#141318";
43const INK = "#f2f2f2";
44const MUTED = "rgba(242,242,242,0.62)";
45const FAINT = "rgba(242,242,242,0.4)";
46const LIME = "#C3E88D";
47
48const clampOpts = {
49 extrapolateLeft: "clamp" as const,
50 extrapolateRight: "clamp" as const,
51};
52
53// ---------------------------------------------------------------------------
54// Scene timings (frames @ 30fps). Transitions overlap the adjacent scenes.
55// ---------------------------------------------------------------------------
56const S_HOOK = 100;
57const S_INTRO = 110;
58const S_VALUE = 170;
59const S_INSTALL = 152;
60const S_OUTRO = 170;
61
62// … truncated

What it pulls in

npm packages

  • @paper-design/shaders-react
  • @remotion/google-fonts
  • @remotion/transitions
  • remotion

Other registry items

  • https://remocn.dev/r/blur-out-up.json
  • https://remocn.dev/r/dither-dissolve.json
  • https://remocn.dev/r/focus-pull.json
  • https://remocn.dev/r/grain-dissolve.json
  • https://remocn.dev/r/line-by-line-slide.json
  • https://remocn.dev/r/perlin-dissolve.json
  • https://remocn.dev/r/push-through.json
  • https://remocn.dev/r/ripple-zoom.json
  • https://remocn.dev/r/scale-down-fade.json
  • https://remocn.dev/r/shader-dithering.json
  • https://remocn.dev/r/shader-grain-gradient.json
  • https://remocn.dev/r/shader-perlin-noise.json
  • https://remocn.dev/r/shader-smoke-ring.json
  • https://remocn.dev/r/shader-swirl.json
  • https://remocn.dev/r/shader-warp.json
  • https://remocn.dev/r/short-slide-right.json
  • https://remocn.dev/r/smoke-dissolve.json
  • https://remocn.dev/r/swirl-dissolve.json
  • https://remocn.dev/r/warp-dissolve.json
  • https://remocn.dev/r/wave-wipe.json
  • https://remocn.dev/r/whip-pan.json

Files it writes

  • src/demos/new-transitions/index.tsx
  • src/lib/demo-assets.ts
  • src/demos/new-transitions/prompt.md

Facts

Registry
remocn-demo
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
In the index
at or before 2026-08-01
Last confirmed
today

Go to the source

collections.remocn.dev Remocn/remocn-collections on GitHub Raw registry item This item as JSON

More from remocn-demo

All 22 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Agent Skills — Claude Code makes the videoagent-skillsremocn-demoBlocksFree5 deps · 8 files
Batchwork — Unified Batch APIbatchworkremocn-demoBlocksFree4 deps · 4 files
Changelog — Rolling Numberschangelogremocn-demoBlocksFree4 deps · 5 files
Changelog — New Chat Componentschat-changelogremocn-demoBlocksFree5 deps · 4 files
Fonttrio — Three fonts. One command.fonttrioremocn-demoBlocksFree5 deps · 4 files
remocn — Introducing remocn (shaders cut)introducing-remocnremocn-demoBlocksFree4 deps · 3 files
shadcn/ui — Introducing shadcn/ui (gift cut)introducing-shadcnremocn-demoBlocksFree11 deps · 38 files
remocn ✕ Paper — Introducing shaderspaper-shadersremocn-demoBlocksFree4 deps · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex