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

ruby - How do I merge two hashes into a hash of arrays? -

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -