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.