Skip to content

Commit

Permalink
add mashup transition duration support (#47)
Browse files Browse the repository at this point in the history
add mashup transition duration support
  • Loading branch information
niehongxu116 authored Dec 27, 2024
1 parent 97b12a2 commit e44be84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/py/yidong/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ class VideoEditorConfig(BaseModel):

class TransitionEditorConfig(BaseModel):
style: str = ""
duration: float = 0.5


class ChapterEditorConfig(BaseModel):
Expand Down

0 comments on commit e44be84

Please sign in to comment.