servo/webrender

Support color animated properties

开放

#2,118 创建于 2017年11月28日

 (7 条评论) (3 个反应) (0 位负责人)Rust (319 个派生)github user discovery
area: performancebugzilledhelp wantedtype: enhancement

仓库指标

星标
 (3,355 个星标)
PR 合并指标
 (平均合并 20天 5小时) (30 天内合并 1 个 PR)

描述

Animating things like background colors isn't uncommon, should be fairly straight forward to do in webrender without rebuilding the scene and is typically expensive in Gecko without webrender because the latter relies on invalidation->repaint->double-buffering->texture-upload.

While not high priority, it would make for a fun feature to show off webrender's architecture.

贡献者指南