Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 27, 2023
1 parent 7a8c10f commit 2ada549
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 2ada549

Please sign in to comment.