Here is a work-around: in javascript, call the removeAttribute method on the style attribute. var elm = document.getElementById( 'myHtmlElementId' ); elm.style.removeAttribute( "filter" ); Or you can add it to your animation: < FadeIn Fps ="30" Duration =".25"...