feat: add apply function on Ref
This commit is contained in:
@@ -47,6 +47,7 @@ export function animate(context) {
|
||||
for (let v of map.values()) {
|
||||
if (v.isDirty()) {
|
||||
const model_1 = v.toModel();
|
||||
model_1.duration = args.duration;
|
||||
const ret_1 = context.callNative('animate', 'animateRender', model_1);
|
||||
v.clean();
|
||||
return ret_1;
|
||||
|
Reference in New Issue
Block a user