miguel-perez / smoothState.js

Unobtrusive page transitions with jQuery.
MIT License
4.43k stars 505 forks source link

Blacklist class #311

Open ntot opened 7 years ago

ntot commented 7 years ago

Hello all, I am new to smoothstate, I have a light box script that does not play well with smoothstate. How can I add a blacklist class to smoothstate?

Thank you in advance.

NewJenk commented 7 years ago

Hello,

You can add a blacklist class by adding a blacklist option and specifying the class/es like this:

blacklist: 'form, .btn--big, .menu-item-278 > a',

Happy to help further if needed.

Thanks