开发者

Using JQuery for multiple Image sliding at unison?

开发者 https://www.devze.com 2023-03-17 16:58 出处:网络
I can find plenty of Image Sliders but I could not find what I needed. Perhaps someone could help ---

I can find plenty of Image Sliders but I could not find what I needed. Perhaps someone could help ---

I would like t开发者_运维技巧o have multiple image [thumbnails] sliding together in unison. Would someone please help ? I would like to have something like .animate() for multiple images together.


One approach would be to select multiple elements at once and animate them together.

$('#something img').animate(...);
$('#img-1, #img-2, #img-3').animate(...);
0

精彩评论

暂无评论...
验证码 换一张
取 消