Skip to content

Commit

Permalink
refactor: pane animator
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Nov 27, 2023
1 parent f2d580e commit e354810
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export async function animatePaneEntranceTransitionFromOffscreenToTheRight(eleme
await animation.finished

performSafariAnimationFix(element)

animation.finish()
}

export async function animatePaneExitTransitionOffscreenToTheRight(elementId: string): Promise<void> {
Expand All @@ -54,8 +52,6 @@ export async function animatePaneExitTransitionOffscreenToTheRight(elementId: st
)

await animation.finished

animation.finish()
}

/**
Expand Down

0 comments on commit e354810

Please sign in to comment.