Open kraftwer1 opened 2 years ago
Describe the bug I'm using animationDuration: 0 a lot to disable animations for initial rendering or e2e testing.
animationDuration: 0
However, I noticed that the complete() is always called, while begin() isn't.
complete()
begin()
Expected behavior begin() and end() are always called to provide a deterministic behavior, regardless of animationDuration.
end()
animationDuration
Desktop (please complete the following information):
I'm not sure if this is still an open issue, but do you mean duration? I can't find anything in the documentation about animationDuration
duration
Describe the bug I'm using
animationDuration: 0
a lot to disable animations for initial rendering or e2e testing.However, I noticed that the
complete()
is always called, whilebegin()
isn't.Expected behavior
begin()
andend()
are always called to provide a deterministic behavior, regardless ofanimationDuration
.Desktop (please complete the following information):