Closed nboliver closed 3 years ago
Hi @nboliver,
would you be able to provide a reproduction case?
Best,
Tim.
P.S.: from your gatsby info
gbi
wouldn't be installed at all ; ).
Hi there! As @timhagn momentarily is the main contributor to this package, this issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs, though we're open to suggestions on how to get more maintainers! Thank you for your contributions : )!
Description
The blur up effect is not working. Tried changing
fadeIn
to all documented options.Steps to reproduce
Installed gatsby-background-image and passed the component a
fluid
prop. Background shows abruptly with no fade, regardless of its position above / below the fold.Expected result
Image should blur up.
Actual result
Image does not blur up.
Environment
Note that images are sourced from
gatsby-source-sanity
, which is compatible with gatsby-image (and the same images are fading in as expected when using gatsby-image directly.