https://github.com/luis-almeida/unveil/ ... .unveil.js
Code: Select all
$w.on("scroll.unveil resize.unveil lookup.unveil", unveil);Code: Select all
$w.on("scroll.unveil ", unveil);noow i don't quite get the concept of adding the .unveil after adding the event type . WHY The .unveil ???
basically if i minify the line below :
Code: Select all
$w.on("scroll.unveil ", unveil);Code: Select all
$w.on("scroll", unveil);