/**
* flip animate
*
* @authorqiuny
* @param element Animation Objects
* @param firstRect get the current bounds
* @param lastRect get the final bounds
*/exportdeclareconstFlipAnimate: (element: HTMLElement, firstRect: DOMRect, lastRect: DOMRect) =>Animation;