- 🇩🇪Germany Anybody Porta Westfalica
Moved to _bs but perhaps we can backport the fix later.
If an entrance animation is set on a Paragraph, the Paragraph is visible before the entrance animation fires, so what happens is:
1. The user scrolls down
2. The Paragraph enters the viewport, visible to the user
3. The animation fires:
4. Example: FadeIn => The initially visible paragraph fades out and fades in again
So we need to set a CSS class like "has-animation--initally-hidden" and set it to all entrance animations.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Moved to _bs but perhaps we can backport the fix later.