Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 4df1a6d

Browse files
author
Yuncong Zhang
committed
Fix.
1 parent b99f786 commit 4df1a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/animation/animation_controller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public TickerFuture animateTo(float target, TimeSpan? duration = null, Curve cur
205205
return this._animateToInternal(target, duration: duration, curve: curve);
206206
}
207207

208-
TickerFuture animateBack(float target, TimeSpan? duration, Curve curve = null) {
208+
public TickerFuture animateBack(float target, TimeSpan? duration, Curve curve = null) {
209209
D.assert(
210210
this._ticker != null,
211211
"AnimationController.animateBack() called after AnimationController.dispose()\n" +

0 commit comments

Comments
 (0)