refactor: split animation helpers by domain

This commit is contained in:
Maze Winther
2026-04-26 04:04:30 +02:00
parent 6a22a3ecbd
commit 0b7597b31f
43 changed files with 1628 additions and 1322 deletions
@@ -20,11 +20,11 @@ import { isVisualElement } from "@/timeline/element-utils";
import {
getElementLocalTime,
hasKeyframesForPath,
resolveTransformAtTime,
setChannel,
} from "@/animation";
import type { ElementAnimations } from "@/animation/types";
import type { Transform } from "@/rendering";
import { resolveTransformAtTime } from "@/rendering/animation-values";
import type {
ElementRef,
SceneTracks,