I want to animate the transition when a card is activate on a Panel. any idea please?
The main.setActiveItem(1) is changing the card but I want to animate the transition
Try this:
main.animateActiveItem(1, {type: 'slide', direction: 'right'})