Explore >> Select a destination


You are here

svelte.dev
| | hartenfeller.dev
1.4 parsecs away

Travel
| | View Transitions allow you to animate page transitions. This makes the UI more polished and engaging.
| | daverupert.com
2.0 parsecs away

Travel
| | Spurred by last week's ShopTalk I rolled out View Transitions here on my static Jekyll site. I hadn't realized View Transitions for multi-page apps (MPAs) and static sites are ready for testing behind a flag in Chrome 113+. View Transitions for MPAs are a feature that's high on my CSS wishlist, so I got to it. It took less than an hour to do, requires zero JavaScript, and two lines of CSS. I'm pleased with the results.
| | www.debugbear.com
2.1 parsecs away

Travel
| | An introduction to View Transitions, a modern web platform feature to improve user experience and perceived performance
| | blog.stroep.nl
50.2 parsecs away

Travel
| I made a tool to write/test easing equation functions. It uses JavaScript syntax to evaluate the expression, which you can just type in. I found it helpful to test curves. I rolled out this one because I didn't found a similar tool, most were Math or CSS related.