I am trying to setup swiper so that it fades in a div on each slide.
The slides would look like this
<div class="swiper-slide">
<img src="http://fpoimg.com/300x200?text=Promotion&bg_color=e6e6e6&text_color=ffffff" class="animated fadeInUp"/>
<div class="card-actions">
Form field<br>
Button
</div>
</div>
I want it to slide as normal but fade in the div with the class card-actions for each slide when it is the active slide and then when you start to slide to next slide i want it to fade out. Anyone have any idea how to do this?