Here is a div that I need to modify:
<div class="npwfu-inspiration">
<div class="npwfu-inspiration-inner">
<h1>Looking for inspiration?</h1>
<p>Pick a category to see examples of what you can create with Spark.</p>
<ul class="inspiration-category-list"></ul>
</div>
</div>
<div class="div2"></div>
I want to move the "inspiration-category-list" ul into another div called "div2" using CSS transition. It should slide down and stay positioned 80px from the top within "div2".
Can anyone help me achieve this effect using jQuery?