How do I blur an image in famous? A CSS equivalent of -webkit-filter: blur(5px);
.
Bonus points for an example of how to do it within the famous/angular combination.
I was hoping for something like:
<fa-modifier fa-blur="5">
<fa-image-surface fa-image-url="coolimage.png" fa-size="[640,320]">
</fa-image-surface>
</fa-modifier>
After certain actions I'd love to be able to animate from blur to "un-blurred".