It would be great if visual effects could be applied to elements/backgrounds/images, such as blur, grayscale, etc.
Perhaps CSS3 filter implementation or some other API?
For example:
Page#test {
filter: blur(20);
background-image: url("res://test");
}
Would blur the entire Page element.
There is a $300 open bounty on this issue. Add to the bounty at Bountysource.
It would be great if visual effects could be applied to elements/backgrounds/images, such as blur, grayscale, etc.
Perhaps CSS3
filterimplementation or some other API?For example:
Would blur the entire Page element.
There is a $300 open bounty on this issue. Add to the bounty at Bountysource.