-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
CSS3 filter support [$300] #1428
Copy link
Copy link
Open
shaidshark/NativeScript
#1Description
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.
Reactions are currently unavailable