我有一个需要帮助的 jQuery 动画。
目标是在用户单击图像时向下滑动到后续 div (arrow-down.png)。当单击此图像并且页面滚动到下一个 div 时,图像 src 会更改(变为 arrow-up.png)并允许用户向上滑动到原始 div 再次将图像设置为其原始状态。
这是我的 HTML。
<div class="ninth panel">
<div class="separator">
<img class="img-swap" src="images/arrow-down.png">
</div>
<div class="contact-form">
<!-- code for form here -->
</div>
</div>
任何帮助将非常感激。