1 Star 0 Fork 5.1K

宋炜 / docs

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
OHOS-AnimatorCallback.md 4.48 KB
Copy Edit Raw Blame History
wenjun authored 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/galaxy1978/docs.git
git@gitee.com:galaxy1978/docs.git
galaxy1978
docs
docs
master

Search