Implements the IUIAnimationTimer and IUIAnimationTimerClientEventHandler interfaces.
Syntax
[
    uuid(BFCD4A0C-06B6-4384-B768-0DAA792C380E),
    helpstring("UIAnimationTimer Class")
]
coclass UIAnimationTimer
{
    [default] interface IUIAnimationTimer;
};
Remarks
To create an instance of this object, call the CoCreateInstance function with a CLSID of CLSID_UIAnimationTimer.
This class is supported only on the desktop device family. Instantiation fails on other device families.
Requirements
| Minimum supported client | Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | Windows Store apps] | 
| Minimum supported server | None supported | 
| Header | UIAnimation.h | 
| IDL | UIAnimation.idl | 
| DLL | UIAnimation.dll |