Keyframe animation not working in WordPress
I am trying to get an animation to run on a pseudo element in wordpress. I cannot work out why it is not working. However, this animation is working in an CodeIgnite web correctly. The code is: CSS: HTML: <i class=”fa-li fa fa-check-square-o wow fadeInLeft” data-wow-delay=”1.5s” data-wow-duration=”0.4s” ></i>