添加关键帧支持。

This commit is contained in:
Hommy
2025-12-16 13:27:00 +08:00
parent 2cd6f72e4d
commit bce99a2024
+2 -1
View File
@@ -184,7 +184,8 @@ def parse_keyframes_data(json_str: str) -> List[Dict[str, Any]]:
# 支持的动画属性类型
supported_properties = {
"KFTypePositionX", "KFTypePositionY", "KFTypeScaleX",
"KFTypeScaleY", "KFTypeRotation", "KFTypeAlpha"
"KFTypeScaleY", "KFTypeRotation", "KFTypeAlpha", "UNIFORM_SCALE",
"KFTypeSaturation", "KFTypeContrast", "KFTypeBrightness", "KFTypeVolume"
}
for i, item in enumerate(data):