``javascript,$(function() {, $('img').hover(function() {, $(this).css({, 'transform': 'scale(1.2)',, 'transition': 'all 0.5s', });, }, function() {, $(this).css({, ……