remove prepare_outro

pull/2910/head
Harald Fassler 5 years ago
parent ef74838e1e
commit 2b1ff3f487

@ -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);

Loading…
Cancel
Save