Element transition between tabs

I'm building an app that in one of its screens has 2 tabs. In each tab there is a list of elements (cards), and i'm wondering :

  1. What type of transition between tabs should i use?
  2. Is there a difference between them and how it may affect the usability?

Simple Slide transition or Staggered transition

enter image description here

  • The elements on tab-2 are bigger than the elements on tab-1.
  • The elements on tab-2 are expandable (on tap they change the height to reveal more details)

More details: Avarage app usage is a few times a week. The ideal user flow is to swipe only once from tab1 to tab2 in a app usage session.