jQuery problem with "margin-left"

jQuery problem with "margin-left"


Hi
I'm finding that animating an element with
{"margin-left": 100}
doesn't work
however setting with .css works fine as does animating with
{ marginLeft: 100 }
Is this a bug ? (On 1.3.1)