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

apache - Cloudflare bug random 302 redirections -

java - Sql binding in Spring throws org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException -