dalphyx / vue-headroom

Headroom for Vuejs
128 stars 16 forks source link

Added new footroom property #18

Closed jdvivar closed 5 years ago

jdvivar commented 5 years ago

Hi!

This PR is to add a new property which I like to call footroom. It does just what it looks like. It mirrors the behaviour of headroom, but on the footer.

By the way, it looks like the last bump to 0.8.1 didn't actually update the dist folder, so this one goes straight to 0.8.2.

I've also updated README.md and index.html from gh-pages docs with the new prop.

I've commented the source files with the changes.

I've tested it in a personal site and it works perfect 👌

What do you think @dalphyx ?

jdvivar commented 5 years ago

Thank you @dalphyx !

You can see it in action on my personal site, by the way: https://www.danielvivar.com

dalphyx commented 5 years ago

@jdvivar Great works :). I will update outdated deps and publish new version soon.