我有一个图像滑块,我管理过这样的图像
+----------------------------------------------------------+
| +-----+ +------+ +------+ +------+ +------+ +----------+ |
| | | | | | | | | | | | | | visible images
| +-----+ +------+ +------+ +------+ +------+ +----------+ |
+----------------------------------------------------------+
+-----+ +------+ +------+ +------+ +------+ +----------+
| | | | | | | | | | | | overflow hidden images
+-----+ +------+ +------+ +------+ +------+ +----------+
并希望像这样在 mouseover() 函数上为隐藏图像设置动画/淡入淡出
但是当我使用萤火虫时,它说 .animate() 不是一个函数。无论如何,当我将鼠标悬停在所有红色跨度上时,我注意到在我的小提琴中,只有它的动画效果惊人。
问题
如何动画到鼠标悬停的跨度without placing a class inside spans and selecting like using nth-child
?
我只需要在鼠标悬停的一个跨度上设置 margin-top 。我也必须使用淡入淡出效果。
更新的演示//使用浮动:左