chore: 先取消动画, 略有卡顿

This commit is contained in:
力皓 2020-12-08 15:02:00 +08:00
parent aad143fd80
commit 8d7c8e5cc8

View File

@ -170,7 +170,7 @@ export class InsertionView extends Component<{ host: BuiltinSimulatorHost }> {
}
}
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} />;
}