servo/webrender

Support color animated properties

Offen

#2.118 geöffnet am 28.11.2017

 (7 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Rust (319 Forks)github user discovery
area: performancebugzilledhelp wantedtype: enhancement

Repository-Metriken

Stars
 (3.355 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 20T 5h) (1 gemergte PR in 30 T)

Beschreibung

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.

Contributor Guide