andresgalante / animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transition from List to Details

jgiardino opened this issue · comments

Implement the animation that would display when transitioning from the List screen to the Details screen.

This transition occurs when clicking on a card/list item on the List screen.

This could include applying animations to the following elements:

  • card on List screen scales or fades to transition into details at top of Details screen
  • other elements on screen can also transition into place

Screencap of screens in context of the Principle animation:
screen shot 2017-05-25 at 4 45 07 pm

I'll try this one

See PR #9
The strategy of moving the card up and the details panel at the same time is difficult to synchronize properly because of whether the card is at the top or bottom of the screen.