masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Smooth page transition across app pages #194

Closed masakudamatsu closed 4 years ago

masakudamatsu commented 4 years ago

TODO: Implement it in the 404 page

Design Duration: Entering 300ms / Leaving 250ms

Easing: Outgoing cubic-bezier(0.4, 0.0, 1, 1); (accelerated) / Incoming cubic-bezier(0.0, 0.0, 0.2, 1); (decelerated)

fade-through as choreography

Outgoing elements fade out

Incoming elements fade in

Implementation

Following Nicolas Girault's article...

masakudamatsu commented 4 years ago

We need to implement the smooth page transition in the 404 page.

masakudamatsu commented 4 years ago

Actually, we don't need to animate page transition from the 404 page to the landing page.