Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry authored and mergatron[bot] committed Jul 27, 2023
1 parent 60ea9f9 commit 41338c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { observeTimeline } from "../render/dom/scroll/observe"
import { supportsScrollTimeline } from "../render/dom/scroll/supports"
import { AnimationPlaybackControls } from "./types"

type PropNames = "time" | "speed" | "duration"
type PropNames = "time" | "speed" | "duration" | "attachTimeline"

export class GroupPlaybackControls implements AnimationPlaybackControls {
animations: AnimationPlaybackControls[]
Expand Down

0 comments on commit 41338c2

Please sign in to comment.