I am trying to create a slideshow using Javascript and an asp.net image control. I am unable to add filter property to the image control. Any suggestions ? or is it possible to set the filter in javascript?
ex: I want to be able to add style=’filter:revealTrans(duration=2,transition=23)’ to the image in ” control.
Thanks
AFAIK, filters are for IE only. The result of us use JavaScript frameworks to achieve these effects..