Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Implementing CSS3 filters programmatically

$
0
0

Hi All,

 

I have tred to implement CSS3 filters using the animate() function in jQuery but it does not seem to be working. I know presently only Chrome supports this sets of filter. An example of what I had done for the mouseOver handler :

 

sym.$("thumb1").animate(

{

"-webkit-filter":"sepia(100%)"

}, 250

);

 

Is there anything that is missing?

 

Thanks and greatly appreciate!


Viewing all articles
Browse latest Browse all 9897

Trending Articles