HI there,
Basically would like to know if we can disable animations for certain page links. For example, on tabs - I don’t want to have the app have a slide transition everything they tap the tab entry. Any guidance?
<div class="tabs tabs-icon-left tabs-icon-only tabs-top">
<a class="tab-item" href="#/app/activity">
Home
</a>
<a class="tab-item" href="#/app/about">
About
</a>
</div>