Skip to content

Commit

Permalink
Adding notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Mar 20, 2024
1 parent 2ec5172 commit 77d6a29
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ export class AcceleratedAnimation<
keyframes: ResolvedKeyframes<T>,
finalKeyframe: T
): ResolvedAcceleratedAnimation {
// TODO
// Add test for setting duration to 0
// Add test for when component has been unmounted and element is null
let duration = this.options.duration || 300

/**
Expand Down

0 comments on commit 77d6a29

Please sign in to comment.