Skip to content

CSP support and bug fixes

Compare
Choose a tag to compare
@attilaolah attilaolah released this 07 May 12:11
· 113 commits to master since this release

This release adds CSP support and fixes an issue where inline styles would be removed by WOW.js when the animation is triggered. From now on, you can (although you probably shouldn't) write something like:

<p class="wow fadeInLeft" style="background: yellow;">
  Yellow background!
</p>

…and the yellow background will not be removed when the animation is triggered.

Thanks to @joshmatz for his contributions. He has basically fixed the above issue as a side effect of implementing CSP support.