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

2 Likes

I just sent a pull request to Paul as I added it to the Win API Lib project.