ShaastraWebops / frontend

frontend testing
1 stars 2 forks source link

Gen - ideation #22

Closed deepakpadamata closed 10 years ago

deepakpadamata commented 10 years ago

I see that images which are loading load top to bottom, and it kinda feels out of the place.. Is there any way by which we can let the image load in the cache and after its fully loaded, fade it in?

chinnichaitanya commented 10 years ago

yaa...also its taking toooo much time to load

AbdealiLoKo commented 10 years ago

Yes.

You can !

It's very simple Javascript code ... put a display:hidden or display:none on the image .... and do a onload event on it. When the event is fired, it will execute ur js code ... and do a animation based on opacity there :)

On Tue, Jun 10, 2014 at 1:52 PM, Chinni Chaitanya notifications@github.com wrote:

yaa...also its taking toooo much time to load

Reply to this email directly or view it on GitHub https://github.com/ShaastraWebops/frontend/issues/22#issuecomment-45586231 .