/ Published in: JavaScript
Expand |
Embed | Plain Text
elementToanimate.animate({opacity:0.5}, 500, function(){ if(this.style.removeAttribute != undefined) this.style.removeAttribute('filter'); })
You need to login to post a comment.
jonandersson on 11/26/10
1 person have marked this snippet as a favorite
elementToanimate.animate({opacity:0.5}, 500, function(){ if(this.style.removeAttribute != undefined) this.style.removeAttribute('filter'); })
You need to login to post a comment.