feat: Add Blend Mode support to Video and Image template fields

This commit is contained in:
2026-06-02 23:01:58 -05:00
parent e85d8eabcc
commit 0abfa2b8ed
3 changed files with 36 additions and 1 deletions
+1
View File
@@ -353,6 +353,7 @@ export function compileExpressToTimeline(
scale: 1,
rotation: field.position.rotation || 0,
opacity: field.style.opacity ?? 100,
blendMode: field.style.blendMode,
layerId,
isBrandElement: field.nature === 'brand-variable',
isLocked: field.nature === 'static',