ui improvements

add timeline animations
This commit is contained in:
2023-05-31 15:16:27 +02:00
parent 8d1f949280
commit e3098c4400
13 changed files with 278 additions and 73 deletions

View File

@@ -130,9 +130,9 @@ export function getAnimatedPropertiesByAnimatedEntity(
label: "Origin",
});
animatedProperties.push({
propertyPath: "radius",
propertyPath: "size",
animatedValue: animatedEntity.size,
label: "Radius",
label: "Size",
});
if (animatedEntity.transform) {