gijsroge / tilt.js

A tiny 60+fps parallax tilt hover effect for jQuery.

Home Page:http://gijsroge.github.io/tilt.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tilt effect isn't working on mobile

fromidea2id opened this issue · comments

The tilt effect isn't working on mobile, even when I specify that I want the effect to work on mobile too, like this:
jQuery(document).ready(function ($) {
if ($(window).width() > 320) {

Is there another way to have it working on every device?

I'm interested in this as well