-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
** Description **
Bubble with animal facts is being shown "in batches". Fact is shown, then the image appears (large images are being shown as they are downloaded).
Steps to reproduce
- Navigate to Main Menu.
Note that it takes some time to render everything to the fact bubble
Desired functionality
Fact bubble is shown when everything is retrieved from APIs so it will be rendered simultaneously
Additional informations
Try to cache every information needed in the fact bubble (fact and image). Render it at the moment when all information is retrieved. It can appear after delay - use animation to make it "user friendly".
Reactions are currently unavailable