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

Fix: postpone bodyAfter display until list items have animated #85

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

danielghost
Copy link
Contributor

Fixes #84.

Fix

  • Display bodyAfter once list items have animated. If no animation, it displays immediately as before.

@danielghost danielghost added the bug label May 1, 2024
@danielghost danielghost self-assigned this May 1, 2024
js/ListView.js Outdated Show resolved Hide resolved
@oliverfoster
Copy link
Member

…is-animating` class being added back in following a template render (e.g. after a resize event), causing `bodyAfter` to be hidden again even after the items animations have completed.
@oliverfoster oliverfoster merged commit bd960a7 into master Jun 14, 2024
@oliverfoster oliverfoster deleted the issue/84 branch June 14, 2024 13:47
github-actions bot pushed a commit that referenced this pull request Jun 14, 2024
## [5.4.4](v5.4.3...v5.4.4) (2024-06-14)

### Fix

* postpone `bodyAfter` display until list items have animated (#85) ([bd960a7](bd960a7)), closes [#85](#85)
Copy link

🎉 This PR is included in version 5.4.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The bodyAfter element is present whilst items are animating
2 participants