diff --git a/src/components/ExportSettings.tsx b/src/components/ExportSettings.tsx index 6eee9b9b..88c52912 100644 --- a/src/components/ExportSettings.tsx +++ b/src/components/ExportSettings.tsx @@ -141,6 +141,50 @@ export default function ExportSettings({ )} + {/* VIDEO TRANSITIONS SECTION */} +
+ +
+
+ + + onChange({ fadeInDuration: parseFloat(e.target.value) || 0 }) + } + className="w-full rounded-md border border-[var(--border)] bg-transparent p-2 text-sm text-[var(--text)] focus:outline-none focus:border-film-600" + /> +
+
+ + + onChange({ fadeOutDuration: parseFloat(e.target.value) || 0 }) + } + className="w-full rounded-md border border-[var(--border)] bg-transparent p-2 text-sm text-[var(--text)] focus:outline-none focus:border-film-600" + /> +
+
+
+