mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-09 01:18:50 +00:00
chore: 先取消动画, 略有卡顿
This commit is contained in:
parent
aad143fd80
commit
8d7c8e5cc8
@ -170,7 +170,7 @@ export class InsertionView extends Component<{ host: BuiltinSimulatorHost }> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
style.transform = `translate3d(${x}px, ${y}px, 0)`;
|
style.transform = `translate3d(${x}px, ${y}px, 0)`;
|
||||||
style.transition = 'all 0.2s ease-in-out';
|
// style.transition = 'all 0.2s ease-in-out';
|
||||||
|
|
||||||
return <div className={className} style={style} />;
|
return <div className={className} style={style} />;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user