RSS FeedTwitterMastodonBlueskyShare IconHeart IconGithub IconArrow IconClock IconGUI Challenges IconHome IconNote IconBlog IconCSS IconJS IconHTML IconShows IconGit IconSpeaking IconTools IconShuffle IconNext IconPrevious IconCalendar IconCalendar Edit 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