Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
www.mymediaventure.com
画像が重なり合ってフェーダーが動き始める前に、画像がフラッシュアップするのを止めることはできません。
現時点では、最初の画像以外のすべてのインライン スタイル属性で表示を none に設定しています。
次にjquery imですべての画像を表示します。ただし、画像をロードしてから、フェードせずにそれぞれを循環し、フェードに進みます。
フェード プラグインは不透明度を使用するため、 setではなくdisplay:none、 setを設定します。opacity:0
display:none
opacity:0
それが修正されることを願っています。