feat:blendProps for Cooridinate changes
This commit is contained in:
2
doric-js/lib/src/native/coordinator.d.ts
vendored
2
doric-js/lib/src/native/coordinator.d.ts
vendored
@@ -13,7 +13,7 @@ export declare function coordinator(context: BridgeContext): {
|
||||
};
|
||||
target: View | "NavBar";
|
||||
changing: {
|
||||
name: "width" | "height" | "x" | "y" | "backgroundColor";
|
||||
name: "width" | "height" | "x" | "y" | "backgroundColor" | "alpha";
|
||||
start: number | Color;
|
||||
end: number | Color;
|
||||
};
|
||||
|
Reference in New Issue
Block a user