javascript - jquery .animate() transform scale -
how can use transform: scale()
css propriety in .animate()
function in jquery?
this, here, doesn't work
$(document).ready(function(){ $('.circ1').animate({ transform: 'scale(1)' }, 830); });
Comments
Post a Comment