Provides a set of standard WAR API functions with some additional options. This could be used in your projects to show cool animation effects.
API Functions
Function name: API_WindowAnimateAlpha()
Description: animates window alpha channel
Input:
- WindowName - window name to animate
- AlphaFactor - alpha value from 0.0 to 1.0
- CanHide - place "true" if you with this function completely remove window area from the screen. This will be applied only if AlphaFactor=0.0
- Duration - duration of the animation
- CallbackOwner -
- CallbackFunction - callback function. Use this to track the end of the animation
Output: nothing
Function name: API_WindowAnimateScale()
Description: animates window scale
Input:
- WindowName - window name to animate
- ScaleFactor - scale we will animate to
- Duration - duration of the animation
- CallbackOwner -
- CallbackFunction - callback function. Use this to track the end of the animation
Output: nothing
Facts
- Date created
- Oct 22, 2010
- Category
- Last update
- Nov 21, 2010
- Development stage
- Alpha
- License
- MIT License
- Downloads
- 11
- Recent file
- A: v0.01 Pre Alpha for 1.4.0 Nov 21, 2010