

2023 Year in Review
Dec 18, 2023
Bramus Van Damme, Chrome DevRel, joins Igalia Chats for a review of the year in web platform development. They discuss scroll-driven animations and view transitions, implementing subgrid, exploring the intersection of CSS and JavaScript, analyzing new media queries, processing data with resolvers, and predictions for the future of web platform development.
AI Snips
Chapters
Transcript
Episode notes
Key Web Platform Additions
- Scroll-driven animations link CSS/web animations to scrolling, not time.
- View transitions enhance single-page app navigation, improving user experience.
Optimizing Scroll Animations
- Leverage CSS and web animations for scroll-driven effects; they're efficient.
- Avoid scroll listeners and complex JavaScript for smoother, less blocking animations.
View Transitions Explained
- Current view transitions in Chrome primarily support single-page applications.
- Multi-page application (MPA) support is in development, mimicking traditional website behavior.