OHOS::AnimatorCallback
Overview
Related Modules:
Description:
Represents the animator callback.
You need to implement the callback function to produce specific animator effects.
Since:
1.0
Version:
1.0
Summary
Public Member Functions
Called when each frame starts. This is a pure virtual function, which needs your inheritance and implementation. |
|
Called when an animator stops. This is a pure virtual function, which needs your inheritance and implementation. |
|
A default destructor used to delete an AnimatorCallback instance. |
|
operator new (size_t size) |
|
operator delete (void *p) |