feat:Android support corners animation

This commit is contained in:
pengfei.zhou
2019-11-29 16:01:50 +08:00
parent d56556fb4a
commit 8b22f3e362
4 changed files with 53 additions and 9 deletions

View File

@@ -15,7 +15,10 @@
*/
import { Panel } from "../ui/panel"
import { takeLet } from "../pattern/candies"
/**
* Only supports x,y,width,height,corner(just for four corners),rotation,bgColor,
* @param panel @see Panel
*/
export function animate(panel: Panel) {
return (args: {
animations: () => void,