mirror of
https://github.com/Hommy-master/capcut-mate.git
synced 2026-08-28 23:27:50 +08:00
添加关键帧支持。
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user