remove prepare_outro

pull/7738/head
Harald Fassler 6 years ago
parent eb6a3c5b71
commit 082f86b1c6

@ -77,10 +77,6 @@ export function create_animation(node: Element & ElementCSSInlineStyle, from: Po
return stop; return stop;
} }
export function prepare_outro(node: Element & ElementCSSInlineStyle, rect: PositionRect) {
add_transform(node, rect);
}
export function fix_position(node: Element & ElementCSSInlineStyle) { export function fix_position(node: Element & ElementCSSInlineStyle) {
const style = getComputedStyle(node); const style = getComputedStyle(node);

Loading…
Cancel
Save