mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-29 08:53:18 +00:00
🎬 Add PortalTitleScene component for Title Card (Scene 2)
Implements the Title Card scene with: - Typing animation for "EINUNDZWANZIG PORTAL" title - Blinking cursor during typing effect - Subtitle fade-in animation after title completes - Audio integration with typing and ui-appear sounds - Background glow and vignette effects Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { AbsoluteFill, Sequence, useVideoConfig, Img, staticFile } from "remotion";
|
||||
import { inconsolataFont } from "./fonts/inconsolata";
|
||||
import { PortalIntroScene } from "./scenes/portal/PortalIntroScene";
|
||||
import { PortalTitleScene } from "./scenes/portal/PortalTitleScene";
|
||||
|
||||
/**
|
||||
* PortalPresentation - Main composition for the Einundzwanzig Portal presentation video
|
||||
@@ -134,7 +135,7 @@ export const PortalPresentation: React.FC = () => {
|
||||
durationInFrames={sceneFrames.portalTitle.duration}
|
||||
premountFor={fps}
|
||||
>
|
||||
<PlaceholderScene name="Portal Title" sceneNumber={2} />
|
||||
<PortalTitleScene />
|
||||
</Sequence>
|
||||
|
||||
{/* Scene 3: Dashboard Overview (12s) */}
|
||||
|
||||
Reference in New Issue
Block a user