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

Popular posts from this blog

java - Checkbox item adds to spinner -

php - mySQL problems with this code? -

C# MVC AngularJS -