Use the animate()
method to set the following CSS properties for <div>:
opacity: 0.4
, height: 500px
, width: 500px
.
$("div").animate({
@(7): '@(3)',
@(6): '@(5)',
@(5): '@(5)'
});
$("div").animate({
opacity: '0.4',
height: '500px',
width: '500px'
});