jquery fade element does not show elements styled 'visibility: hidden'

后端 未结 5 1225
情话喂你
情话喂你 2020-11-28 23:11

I have a bunch of thumbnails which I am loading with a style of visibility: hidden; so that they all maintain their correct layouts. Once the page is fully load

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 23:34

    Cant you use fadeTo(duration, value) instead? Surely this way you can fade to 0 and 1, that way you are not affecting the document flow...

提交回复
热议问题