RSS FeedTwitterMastodonBlueskyShare IconHeart IconGithub IconArrow IconClock IconGUI Challenges IconHome IconNote IconBlog IconCSS IconJS IconHTML IconShows IconOpen Source Software IconSpeaking IconTools IconShuffle IconNext IconPrevious IconCalendar IconCalendar Edit IconNotebook IconObservable Notebooks Icon
My google avatar.
devrel@google
notejs

In ~1 minute you can have FLIP-like animation on your page with View Transitions.

document.startViewTransition(() => {
  // modify the dom
  // - hide stuff
  // - move stuff
  // - whatever!
})

Game changer.

Crawl the CSS Webring