css transforms - css blur filter on image with translate3d causing blurred edges -


i'm trying achieve blurred image effect css , works fine without -webkit-transform: translate3d(0,0,0); performance horrible, need included. transform, edges of container giving me unwanted blurred edge. there way around this?

i using chrome 37. seems fine in safari 7. not supported in ff32.

here fiddle


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -