-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolved
critical
images not rendering when fadeIn==false
Mimic behavior of lazy-images bypassing fadeIn when `seenBefore==true` Trigger load-complete script on componentDidMount if the image is loaded prior to the JS load complete Modify imagePlaceholder transitionDelay to reduce flicker present on critical images at tail end of fade (observed on Chrome 67.0) `noscript` `img` transitioned to use `picture` tag so that only one resource is downloaded in the event that JS is disabled when `critical==true + fadeIn==false`
- Loading branch information
Todd Brannam
committed
Aug 21, 2018
1 parent
a0d42aa
commit 2feaa83
Showing
1 changed file
with
40 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the false case should read
none