rive package
documentation
rive
LinearAnimationInstance
reset method
reset
reset
method
Null safety
void
reset
(
)
Resets the animation to the starting frame
Implementation
void reset() => _time = startTime;
rive package
documentation
rive
LinearAnimationInstance
reset method
LinearAnimationInstance class
Constructors
LinearAnimationInstance
Properties
animation
didLoop
direction
endTime
hashCode
keepGoing
lastTotalTime
progress
runtimeType
spilledTime
startTime
time
totalTime
Methods
advance
noSuchMethod
reset
toString
Operators
operator ==