Is it possible to animate the re-sizing of a frame in html?
I have a webpage where there a are two frames horizontally stacked (say 500px, remaining). Upon click of a ‘minimize’ image, the frame to the left is shrunk to around 100px. Is it possible to animate this shrinking via jquery/javascript/css?
If you are seeking to animate inner frames then I would go with Dr Molle’s answer. If, however you are seeking to animate a frameset, you will have to do it manually. The example below illustrates. To examine it, you ‘d better use a local web server to avoid problems with cross – domain restrictions (at least in Chrome, haven’t tested it anywhere else…).
frame1.html
frame2.html
frameset.html