I want to animate the css property clip: rect with jQuery's .animate() but can't find if this is possible anywhere. Have tried:
$(".img1").animate({
clip: "rect(1px, 945px, 499px, 1px)"
},300);
without any luck. Does anyone know?
Thanks