1 Star 0 Fork 4.9K

马慧 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
OHOS-AnimatorCallback.md 4.48 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

OHOS::AnimatorCallback

Overview

Related Modules:

Graphic

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

Public Member Function Name

Description

Callback (UIView *view)=0

virtual void 

Called when each frame starts. This is a pure virtual function, which needs your inheritance and implementation.

OnStop (UIView &view)

virtual void 

Called when an animator stops. This is a pure virtual function, which needs your inheritance and implementation.

~AnimatorCallback ()

virtual 

A default destructor used to delete an AnimatorCallback instance.

operator new (size_t size)

void * 

Overrides the new function.

operator delete (void *p)

void 

Overrides the delete function.

1
https://gitee.com/tmmahui/docs.git
git@gitee.com:tmmahui/docs.git
tmmahui
docs
docs
master

搜索帮助