Milad-Akarie / skeletonizer

MIT License
367 stars 24 forks source link

Skeleton shimmer working based on previous ui #40

Open Siddique-Kp opened 3 months ago

Siddique-Kp commented 3 months ago

The skeleton shimmer effect currently relies on the previously loaded UI. For instance, if the API initially returns two items, the skeleton loader will display for two items. However, if the subsequent API response contains a different number of items, the skeleton loader still shows for two items, which may not be accurate and lacks consistency. We would appreciate it if this could be adjusted to reflect the actual number of items returned by the API.