UI Deploy

Curated, Short, Web UI Dev we Love.

Mobile Material Design Cards

How it works

When someone clicks a card we move it to the center of the screen along the vertical axis. Once it reaches the center of the screen, the full card view expands from the center of the screen. The full card view, <div class="card__full"> is in a fixed position always on top of the list of cards. We hide it by using CSS transforms, in this case transform: scaleY(0).

view source

Advertisement