Skip to content

Commit

Permalink
Fix/animation to search tables loading issue rowyio#1531
Browse files Browse the repository at this point in the history
Fix/animation to search tables loading issue rowyio#1531

/claim rowyio#1531

Implemented -

update TableGrid.tsx
commented out this line of code :
 //timeout={(sectionIndex + 1) * 100 + tableIndex * 50}

Video : https://github.com/TheVixhal/Video/blob/751b7962487c866eb4a8dcb7db976793898d52f1/Tables%20%E2%80%A2%20ghoda-94d3f%20%E2%80%A2%20Rowy%20(dev)%20-%20Google%20Chrome%202024-02-11%2003-46-24.mp4
  • Loading branch information
TheVixhal committed Feb 10, 2024
1 parent f8e6aa8 commit 97154da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tables/TableGrid/TableGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function TableGrid({
<SlideTransition
key={table.id}
appear
timeout={(sectionIndex + 1) * 100 + tableIndex * 50}
//timeout={(sectionIndex + 1) * 100 + tableIndex * 50}
>
<Grid item xs={12} sm={6} md={4} lg={3}>
<TableCard
Expand Down

0 comments on commit 97154da

Please sign in to comment.