blob: 4829410d3ea7c7168b27a82a1a19f29a36c5e084 [file] [log] [blame]
FAIL Updating the finished state when playing past end assert_equals: Hold time is set to target end clamping current time expected 100000 but got 100029
PASS Updating the finished state when seeking past end
PASS Updating the finished state when seeking exactly to end
FAIL Updating the finished state when playing in reverse past zero assert_equals: Hold time is set to zero clamping current time expected 0 but got -15
PASS Updating the finished state when seeking a reversed animation past zero
FAIL Updating the finished state when seeking a reversed animation exactly to zero assert_equals: Hold time is set so current time should NOT change expected 0 but got -0
PASS Updating the finished state when playing before end
PASS Updating the finished state when seeking before end
PASS Updating the finished state when seeking a reversed animation before end
PASS Updating the finished state when playback rate is zero and the current time is less than zero
PASS Updating the finished state when playback rate is zero and the current time is less than end
PASS Updating the finished state when playback rate is zero and the current time is greater than end
PASS Updating the finished state when current time is unresolved
PASS Updating the finished state when there is a pending task
PASS Updating the finished state when start time is unresolved and did seek = false
PASS Updating the finished state when start time is unresolved and did seek = true
PASS Finish notification steps don't run when the animation seeks to finish and then seeks back again
PASS Finish notification steps run when the animation completes normally
PASS Finish notification steps run when the animation seeks past finish
PASS Finish notification steps run when the animation completes with .finish(), even if we then seek away
PASS Animation finished promise is replaced after seeking back to start
PASS Animation finished promise is replaced after replaying from start
PASS Animation finish event is fired again after seeking back to start
PASS Animation finish event is fired again after replaying from start