I got tired of page navigation. So I built a zoom-based alternative

javascript dev.to

The idea is simple: instead of navigating between pages, you zoom into content. Mark an element as zoomable, point it to a view, and Zumly handles the transition and inserts the new content. That’s basically it. I started this in 2020 after stepping back from Zircle UI, a Vue zooming library I built before. I wanted to take the core idea further without being tied to any framework. So Zumly is framework-agnostic and focused purely on the zoom transition. It doesn’t care about your CSS, your des

Read Full Tutorial open_in_new
arrow_back Back to Tutorials