JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.facebook.react.animation
Interface AnimationListener
public interface
AnimationListener
Interface for getting animation lifecycle updates. It is guaranteed that for a given animation, only one of onFinished and onCancel will be called, and it will be called exactly once.
Method Summary
Methods
Modifier and Type
Method and Description
void
onCancel
()
Called in case when animation was cancelled
void
onFinished
()
Called once animation is finished
Method Detail
onFinished
void onFinished()
Called once animation is finished
onCancel
void onCancel()
Called in case when animation was cancelled
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method