-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with base option #46
Comments
@TemaSM I moved the conversation to the new issue. |
@JB1905 sorry for late reply, missed notifications. jQuery: $('.features .card').universalTilt({
settings: {
base: 'window',
reverse: true,
shine: false,
max: 20,
perspective: 900,
speed: 1000,
exclude: /(iPod|iPhone|iPad).* Safari/,
},
}); So, But, please pay attention to maybe another issue with if (this.settings.base === 'window') into if (this.settings.base === 'window' || this.settings.base === window) I think, that this situation a bit confusing. |
Thanks for feedback. |
@JB1905
Btw it probably produces a bug, when
base
option is set. With 2.0.3 andbase
works just fine.Problem is here:
Originally posted by @TemaSM in #38 (comment)
The text was updated successfully, but these errors were encountered: