How to move window with animation effect



Hi,
I am getting current focus window

let window = getFocusApp();

Now I am moving and resizing it:

window.move_resize_frame(true, wx, wy, ww, wh);

It works, but window is jumping to new place.

Can you post some hints how to animate window move, with smooth effect?

My understanding that I need to hide original window, take area of screen in moving buffer, and then move it with effects with tweener??? At the end I need to move window to final place and hide moving buffer.

Some code hints will be appreciated.

Thank you
Sergey




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]