mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: extract decoration model types
Move animation, effect, mask, and param value shapes into model decorations so element data no longer depends on decoration domains. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Effect } from "@/effects/types";
|
||||
import type { Mask } from "@/masks/types";
|
||||
import type { Effect } from "@/model/decorations/effect";
|
||||
import type { Mask } from "@/model/decorations/mask";
|
||||
import type { BlendMode, Transform } from "@/rendering";
|
||||
import type { BaseTimelineElement } from "./base";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user