servo/webrender

Support color animated properties

Aperta

#2118 aperta il 28 nov 2017

 (7 commenti) (3 reazioni) (0 assegnatari)Rust (319 fork)github user discovery
area: performancebugzilledhelp wantedtype: enhancement

Metriche repository

Star
 (3355 stelle)
Metriche merge PR
 (Merge medio 20g 5h) (1 PR mergiata in 30 g)

Descrizione

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.

Guida contributor