-
Notifications
You must be signed in to change notification settings - Fork 49
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
fadeInDuration Results in Delay Instead of Actual Fade In Duration #122
Comments
Hi @codingwithchris, mkay, strange behavior, gonna try investigating it this weekend, no promises, though ; ). Best |
I am using Prismic as my CMS with the
The query fragment is defined like this in their plugin:
|
Hi there! |
Hi @codingwithchris, the long interval occurs, because a few transitions between the Please stay tuned, as I'm a little short on time currently cause of client work. Best, Tim. |
No worries! Thanks for the update, @timhagn :) |
Description
I'm running into an issue where I cannot actually control the amount of time it takes an image to fade in. The
durationFadeIn
prop is resulting in a delay of the image loading in but does not actually control the image display swap duration.Steps to reproduce
gatsby-background-image
durationFadeIn
:<BackgroundImage className="image" fluid={bgImage.fluid} durationFadeIn={1000} />
5000
.Expected result
The image should fade in OVER the specified duration resulting in a nice, smooth transition.
Actual result
The image WAITS the amount specified in
durationFadeIn
and then fades in over a very abrupt period of time (200
or so), effectively giving me no control over how the image is loaded in.In the
gatsby-image
package,durationFadeIn
flawlessly controls the length of time it takes for the image to fade in.Environment
The text was updated successfully, but these errors were encountered: