Ru Chern Chong

Results 34 comments of Ru Chern Chong

`new WOW.WOW().init();` in your HTML file works instead of having to place it in your `app.js` to compile.

@adammoisa Did you import WOW in anywhere of your scripts?

@adammoisa I'm sorry. I did not mean that. Do you have `window.WOW = require('wowjs')`? Try either `window.WOW` or `window.WOW()` I cannot remember which one I tried before. Ever since moving...

``` javascript import { WOW } from 'wowjs' window.WOW = WOW ``` Perhaps this might work too.