refactor: potential perf improvement for pane gesture

This commit is contained in:
Aman Harwara
2023-02-09 15:01:32 +05:30
parent 73adcd2e11
commit 3c068656e0
2 changed files with 2 additions and 6 deletions

View File

@@ -42,9 +42,6 @@ export async function animatePaneExitTransitionOffscreenToTheRight(elementId: st
const animation = element.animate(
[
{
transform: 'translateX(0)',
},
{
transform: 'translateX(100%)',
},