javascript - .animate frameset in jquery -


i'm trying change frameset cols jquery .animate . it's not working animate, changes cols immediately.

is there anyway animate frameset cols property?

here code,

function hideit()  { var myframeset = window.top.document.getelementbyid("fs"); $(myframeset).animate({     cols: "*,0"   }, 1500 ); } 

i'm sorry, can't animate cols property.
$.animate has been built animate css properties, , cols isn't 1 of them.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -