我正在處理animate.css - https://daneden.me/animate/,我想知道是否可以讓多個元素使用CSS動畫並在頁面加載時一個接一個地執行。在頁面加載後一個接一個地執行元素
這是三個不同的元素我想使用:
<img src="flowers.png" data-test="bounceInDown" class="animated bounceInDown" />
<img src="dog.png" data-test="bounceInDown" class="animated bounceInDown" />
<img src="speechbubble.png" data-test="bounceInDown" class="animated bounceInDown" />
我只是需要幫助執行動畫陸續在頁面加載。
謝謝。
你可以使用jQuery循環並添加類的動態? –
我對JS不太擅長,這就是我尋求幫助的原因。 –