Possible to allow for some tags to link to a new page without animation?

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>

You would probably be better off using the ion-tabs directive instead of the div/a tags

See here for an example

Our see the starter template for another example