diff --git a/src/runtime/internal/animations.ts b/src/runtime/internal/animations.ts index 6a7f9e7828..b0357647f5 100644 --- a/src/runtime/internal/animations.ts +++ b/src/runtime/internal/animations.ts @@ -77,10 +77,6 @@ export function create_animation(node: Element & ElementCSSInlineStyle, from: Po return stop; } -export function prepare_outro(node: Element & ElementCSSInlineStyle, rect: PositionRect) { - add_transform(node, rect); -} - export function fix_position(node: Element & ElementCSSInlineStyle) { const style = getComputedStyle(node);