add timeout when loading second image for firefox responsiveness
This commit is contained in:
parent
227551c051
commit
252ebb0eec
@ -36,7 +36,7 @@ define(
|
|||||||
image.naturalWidth !== 0
|
image.naturalWidth !== 0
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
signals['image-loaded'].dispatch( image );
|
setTimeout( imageLoaded, 10 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user