画像の読み込み中にローディングマークを表示させる
はじめに
APIから画像を取得する時、読み込みが遅いと画像がある部分が空欄になる。
そこに画像が表示されることを分かりやすくするため、ローディングマークを表示させる。
loading.gifを背景に設定
こちらのサイトから透過済みのフリー画像を保存。
背景画像にloading.gifを設定し、メイン画像が表示されるとloading.gifが隠れるようにする。
コード
image
にAPIから取得した画像URLが入る。
<div style="background-image: url('images/loading.gif'); background-repeat: no-repeat;
background-position: center center; min-height: 50px;">
<img :src="image">
</div>
参考サイト
Author And Source
この問題について(画像の読み込み中にローディングマークを表示させる), 我々は、より多くの情報をここで見つけました https://qiita.com/m1lb4/items/0355ed638022f37a2a03著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .