-
Notifications
You must be signed in to change notification settings - Fork 301
Open
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.
kvark, pcwalton and fasihrana