Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using skeletons in tx view to fix reveal animation #567

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

naps62
Copy link
Member

@naps62 naps62 commented Dec 21, 2023

The transaction accordion reveal animation had a problem: since the content was only loaded on opening, the initial height of the details was much smaller than after the load (since the component would just be empty)
as a result, the animation would be much shorter, and with an immediate stutter right at the end, once loading is done

the new approach renders a skeleton for each datapoint instead of skipping the component

@naps62 naps62 added the bugfix label Dec 21, 2023
@naps62 naps62 merged commit 9632b02 into main Dec 21, 2023
6 checks passed
@naps62 naps62 deleted the txs-skeleton branch December 21, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant