UNPKG

images-viewer-vue3

Version:
10 lines (9 loc) 273 B
/** * flip animate * * @author qiuny * @param element Animation Objects * @param firstRect get the current bounds * @param lastRect get the final bounds */ export declare const FlipAnimate: (element: HTMLElement, firstRect: DOMRect, lastRect: DOMRect) => Animation;