mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-08 19:06:04 +00:00
feat(studio): bulk-edit easing for merged keyframes
This commit is contained in:
@@ -71,6 +71,7 @@ export interface DomEditActionsValue extends Pick<
|
||||
| "commitMutation"
|
||||
| "applyMarqueeSelection"
|
||||
| "handleUpdateKeyframeEase"
|
||||
| "handleUpdateSegmentEase"
|
||||
| "handleSetAllKeyframeEases"
|
||||
> {}
|
||||
|
||||
@@ -200,6 +201,7 @@ export function DomEditProvider({
|
||||
applyMarqueeSelection,
|
||||
handleUpdateKeyframeEase,
|
||||
handleSetAllKeyframeEases,
|
||||
handleUpdateSegmentEase,
|
||||
},
|
||||
children,
|
||||
}: {
|
||||
@@ -281,6 +283,7 @@ export function DomEditProvider({
|
||||
commitMutation: stableCommitMutation,
|
||||
applyMarqueeSelection,
|
||||
handleUpdateKeyframeEase,
|
||||
handleUpdateSegmentEase,
|
||||
handleSetAllKeyframeEases,
|
||||
}),
|
||||
[
|
||||
@@ -349,6 +352,7 @@ export function DomEditProvider({
|
||||
stableCommitMutation,
|
||||
applyMarqueeSelection,
|
||||
handleUpdateKeyframeEase,
|
||||
handleUpdateSegmentEase,
|
||||
handleSetAllKeyframeEases,
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user