When you select a tab, the tab headers are completly redrawn. This makes it impossible to add CSS transitions and animations to the tabs. I would like to add an transition to `.k-state-active`, so on selection there is a nice transtion.
Instead of redrawing, only the necessary changes should be applied to the items, i.e. changing CSS classes.