[Question] Is there a way to add in a smooth transition timeout for blurhash images? #10
Unanswered
rylanharper
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there @johannschopplich! Thanks a lot for making this repo. I am using it with Nuxt3 and it is working wonderfully..
I was wondering if its possible to add in a timeout function for images using blurhash (
data-blurhash
) to smoothly fade from the blurhash to the image src. Perhaps this can be done by a javascriptIntersectionObserver
or carful css targeting with a transition opacity? I am not sure. 🤔In the past I have a using a timeout function for my blurhash images to fade when they enter the viewport. If this is not possible, perhaps this can be added into the project as an enhancement..
Any help would be great!:)
Beta Was this translation helpful? Give feedback.
All reactions