slowly move a window...

admin

Administrator
Staff member
hello all

i need something relatively simple. Form the first window I open two others. On click in one of them, I want one of them resized, the other one repositioned (shifted to another place). I know how to do all that, but I want the resize and the shift to happen not at once, but gradually (like in a second or so), so one can see the window moving / growing (/shrinking).
I guess this can be done using one of the methods to move (or resize) a window (moveBy()), but multiplying it and using a delay or some sort of a timed schedule? Or anything simpler and better?

many thanks for any hint !

Pierre
 
Top