I have used wow js for animating few sections in my website. It worked perfectly. But I found that the animation is coming from the edge of the website. It took long way to come to the middle. So it's not looking nice. How can I adjust animation start point around this black line.
I played with wowjs default options. But no luck.
<div class="col-md-6 col-xs-6 wow fadeInLeft" data-wow-duration="1.4s" data-wow-delay="0.5s">
Any solution?