gskinner / gskinner/flutter_animate
Some effects fail on mobile web using the HTML renderer
- Dominant language
- Dart
- Stars
- 1.1k
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
This issue already came up [here](https://github.com/gskinner/flutter_animate/issues/71) but was closed.
Some of the animations I use on my app will make my widgets disappear when I use the web-app on mobile devices. It works on desktop devices though. I tested to build for desktop, and build for web and tested in desktop browsers Firefox/Chrome/Chromium/Safari. It works fine there.
But when opening the webapp on mobile devices, either on android-devices or ios-devices, some of the animations will make widgets go disappear.
For example I use `.animate().shimmer().shake()` on one of my images. This makes it go disappear. Also I've build a Container that is using `moveX()`. There the same happens. Interestingly on some rare occasions it works.
I have no idea, what is going wrong. But this is a major issue, hence I created a new one, as the old one was just closed.
I've used flutter version `3.7.5` for building.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.