
Nicolas Giethlen
@nicolasgiethlen
Make web great again! JS, CSS and UX stuff ▪ VueJS fanboy ▪ Scavenger of legacy code ▪ Front-end guy @diatem ▪ Crypto-trader wannabe ▪ Deviant guitar anti-hero
ID: 2233584636
http://codepen.io/Chmood/ 06-12-2013 22:07:19
6,6K Tweet
1,1K Followers
1,1K Following

The past few months have ushered in a golden era for CSS and Web UI. Here are 20 of the most exciting and impactful features that landed recently or are coming soon. Authored by @una, Adam Argyle, and yours truly. developer.chrome.com/blog/whats-new…






Future CSS Tip! 🔮 You can power list animations like you would using IntersectionObserver with CSS scroll-driven animations and zero JS 🤯 el { animation: show; animation-timeline: view(); animation-range: entry; } keyframes show {0%{translate:0 50%;}} CodePen.IO link below! 👇










🔥 VS Code Tip 🔥 Did you know you can add section headers to the minimap of Visual Studio Code? Use "MARK:" in the comment, and the designation will be clearly visible in the minimap, which will help you quickly scan and navigate your files.
