myGMap2.enableScrollWheelZoom();
この一行でマウスホールによるズームイン&ズームアウトが有効になります。
アイディア、コード、デザインなどの断片集 (忘れっぽい自分のための備忘録) snippets of idia, programming, php, design etc. (memos for space cadet)
myGMap2.enableScrollWheelZoom();
$('#element').animate( {backgroundColor: '#F2ABCA'}, 'fast' );
色であるべきところが'NaNpx'になっています。
そもそも数値型の値をとらない属性(backgroundColorなど)には、animate関数は対応していません。
$('#element').animate( {backgroundColor: '#F2ABCA'}, 'fast' );