if I have
const childElement = await el.append(webflow.elementPresets.Animation);
and have url of my adding animation illustration json
const asset = await webflow.createAsset(file);
const assetId = await webflow.getAssetById(asset.id);
const url = await assetId.getUrl();
how can set this json into webflow.elementPresets.Animation