文件名称:
OHOS-AnimatorCallback.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
4.48 KB
下载地址:
文本预览:
# OHOS::AnimatorCallback
## **Overview**
**Related Modules:**
[Graphic](Graphic.md)
**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
## **Overview**
**Related Modules:**
[Graphic](Graphic.md)
**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) | Overrides the delete function. |
点赞
回复
X