Windows Declare for Animating a Window (AnimateWindow)

Hi all,

I wanted to share this declare that I implemented that provides window animations. I implemented AnimateWindow that allows you to produce special effects when showing or hiding windows. There are four types of animation: roll, slide, collapse or expand, and alpha-blended fade.

https://www.dropbox.com/s/pma1c3oqebegc9q/AnimateWindowExample.xojo_binary_project?dl=1

Thanks,
Mike

5 Likes

@Paul_Lefebvre I will fork https://github.com/paullefebvre/winapilib, add AnimateWindow (and some other stuff), and then do a pull request.

Thanks!

2 Likes