chore: resolve implicit any in animate/index.ts

pull/3682/head
Chris Helgert 5 years ago committed by Conduitry
parent 0831887ef9
commit 30bf5fe958

@ -21,7 +21,7 @@ export function flip(node: Element, animation: { from: DOMRect; to: DOMRect }, p
const {
delay = 0,
duration = d => Math.sqrt(d) * 120,
duration = (d: number) => Math.sqrt(d) * 120,
easing = cubicOut
} = params;

Loading…
Cancel
Save