miguel-perez / smoothState.js

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

How to activate smoothState only on links with class of x #321

Closed jonhue closed 7 years ago

jonhue commented 7 years ago

I know that there is a way to disable smoothState for some links by adding: blacklist: '.no-smoothState', but is there also a way to disable it for every link and then selectively pick the links you want to activate smoothState on?