Expected behavior of delay
with skipAnimation
#1779
Unanswered
rdamborsky
asked this question in
Support
Replies: 1 comment 1 reply
-
Looks like there's no If this behaviour is not intentional, here's a fix for it: martyan@07dff1b I can open PR if so. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've run into a situation where my expectation is different to actual functionality. I'm wondering if this is intentional.
I have a spring animation using
delay
option. When I setskipAnimation: true
for test suite, the delay is still applied.While I can fix this by adding a simple condition for
delay
option, I was curious if this behavior is by design. I would expect thatdelay
won't be applied ifskipAnimation
is set.code sandbox
Beta Was this translation helpful? Give feedback.
All reactions