[jQuery] Animating Border Color

[jQuery] Animating Border Color


Is it possible to animate an element's border color? I tried $
('#foo').animate({ borderColor: '#0000ff'}, 1000); and $
('#foo').animate({ 'border-color': '#0000ff'}, 1000); with no success.