The target of the animation.
Finishes the view animation by immediately going to the target and sets the state of the animation to finished
.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Stops the view animation at its current state and sets the state of the animation to stopped
.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
The state of the animation.
Read more...