feat: Add Blend Mode support to Video and Image template fields
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user