Passing CSS property names with hyphen's to animate() like we do css()

Passing CSS property names with hyphen's to animate() like we do css()

Shouldn't this work?

$('#foo').animate({'border-right-width': '+=5px'});

We can pass hyphen CSS names to css() shouldn't this also be possible with animate. On the animate() api page we say.

"This map is similar to the one that can be sent to the .css() method, except that the range of properties is more restrictive."

cody