ysong10 / fast_ALS

0 stars 1 forks source link

test #827

Open ysong10 opened 3 years ago

ysong10 commented 3 years ago

When we cancel a css transition-based animation, we do not explicitly set the transition-property property to none, but instead we remove the animation classes, and assume that this will immediately stop the animation. However, this behavior is not supported in Firefox and IE11, because it's not actually to spec: https://bugzilla.mozilla.org/show_bug.cgi?id=1425014#c6

bee-tool[bot] commented 3 years ago

Quality assessment:

- The system's expected behavior (EB) might not have been provided!

@ysong10 Can you provide this information in the bug report?

bee-tool[bot] commented 3 years ago

Title: test

Description:

When we cancel a css transition-based animation, we do not explicitly set the transition-property property to none, but instead we remove the animation classes, and assume that this will immediately stop the animation. However, this behavior is not supported in Firefox and IE11, because it's not actually to spec: https://bugzilla.mozilla.org/show_bug.cgi?id=1425014#c6