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
Post a Comment