gijsroge / tilt.js

A tiny 60+fps parallax tilt hover effect for jQuery.
http://gijsroge.github.io/tilt.js/
MIT License
3.82k stars 871 forks source link

Demo doesnt work from master #33

Open schroef opened 7 years ago

schroef commented 7 years ago

I tried the demo in the master, it has wrong links. Tried adding jquery.min manually but results in errors.

'Tilt.js: the axis setting has been renamed to disableAxis. See https://github.com/gijsroge/tilt.js/pull/26 for more information (anonymous) @ tilt.jquery.js? [sm]:278 each @ jquery-3.2.1.slim.min.js:2 each @ jquery-3.2.1.slim.min.js:2 $.fn.tilt @ tilt.jquery.js? [sm]:255 (anonymous) @ index.html:19'

schroef commented 7 years ago

it also links to a css while there is a scss file, see #7 in the index

gijsroge commented 6 years ago

Did you build the project? Feels like you forgot run npm install or yarn and than gulp build.