-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Detect if image is in cache #293
Comments
+1 I'm currently looking for this same solution |
+1 I was here for the same use case ! |
This will be possible once #228 is implemented |
Please check #351 |
+1 for this, I'm in the same situation :( |
If you want to show up cached images immediately, and show loader on newly images, you can use a temporary hack until it will be improved: InitialState:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any way to detect if an image is in the cache?
My use case is that I want to do a progressive image loading effect when the image is not cached (fade in on load). However, I don't want the fade when the image is cached, because it is better to just show the image immediately in that case
The text was updated successfully, but these errors were encountered: