servo/webrender

Support color animated properties

Open

#2,118 opened on Nov 28, 2017

 (7 comments) (3 reactions) (0 assignees)Rust (319 forks)github user discovery
area: performancebugzilledhelp wantedtype: enhancement

Repository metrics

Stars
 (3,355 stars)
PR merge metrics
 (Avg merge 20d 5h) (1 merged PR in 30d)

Description

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