今日已更新 278 条资讯 | 累计 28182 条内容
关于我们

开发者

编程技术、框架工具、最佳实践

7950
篇文章

共 7950 篇 · 第 394/398 页

CSS-Tricks

Cross-Document View Transitions: Scaling Across Hundreds of Elements

Every view-transition-name on a page must be unique. The problem is that every pseudo-element selector in your CSS targets a specific name, so your animation styles explode into an unmanageable wall of selectors. Cross-Document View Transitions: Scaling Across Hundreds of Elements originally handwritten and published with love on CSS-Tricks . You should really get the newsletter as well.

Durgesh Rajubhai Pawar 2026-05-25 21:46 👁 10 查看原文 →
Reddit r/programming

How I made my Zig gameplay code hot reloadable

A couple of months ago I made the zig parts of my game’s codebase hot reloadable. A few people have asked me about challenges and issues with doing that, so I wrote a blog post about it. Not a how-to tutorial, but rather “this is what I did”. Hoping it will be useful to someone trying to do the same thing :) submitted by /u/unvestigate [link] [留言]

/u/unvestigate 2026-05-25 20:12 👁 4 查看原文 →